-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm from emscripten #25
Conversation
DerThorsten
commented
Jul 23, 2024
- fetch emscripten-wasm32 binaries from emscripten forge
- allow emscripten-wasm32 binaries with js+wasm files
- removed test hack to pretend this is a browser and not node (this did not worked when a *.wasm file needs to be loaded, also the emscripten compiled binaries now support the node env (at least lua, grep and coreutils)
- Added lua command to check if binaries with wasm files work
- Use micromamba in ci since we need a installed micromamba for fetching pkgs from emscripten forge
I've been experimenting with this and after the recent changes to the CI here and the emscripten forge package building I can get it working for just the So perhaps the best approach going forward is to split into 3 units of work:
@DerThorsten If you are happy with this approach, I can submit a PR for item 1 soon, suitably attributed to yourself of course. |
sorry for the late reply. I am happy with the approach! |
Closing this as it has all been implemented in other PRs. |