-
When running `./emsdk activate latest`, I noticed the environment variables `EMSDK_NODE` and `EMSDK_PYTHON`.
However, for Java, the variable used is `JAVA_HOME` instead of `EMSDK_JAVA_HOME`. Why is …
-
### Describe the bug
While attempting to compile a WASM version of Yara inside of a container, I think I have stumbled across an OrbStack bug.
When running a build with the build directory under t…
-
Right now src/mono/mono.proj has complicated logic to use the emsdk packages to build runtime, that setup logic should be moved to emsdk and used where do similar things (like dotnet/icu)
see https…
-
**Is your feature request related to a problem? Please describe.**
I'd like to be able to optimise existing JPGs without re-encoding them and losing quality.
**Describe the solution you'd like**
…
-
I see that there are wasm_mvp, wasm_threads and wasm_eh targets being built in CI however I get a number of errors trying to build locally
Are there instructions on how to build and test a wasm ext…
-
### Module location
https://github.com/emscripten-core/emsdk
### Link to bzlmod issue in the module's repository
_No response_
### Any other context to provide?
Used by:
* https://github.com/pro…
-
Hey there, I am having the following problem when trying to install a specific (old) version of emscripten:
```
user@MacBook-Air-Dev emsdk % ./emsdk install 1.39.8
Resolving SDK version '1.39.8' to…
-
I realize now my PR https://github.com/emscripten-core/emsdk/pull/1444 is botched up.
When run on a clean installation (git clone and then `emsdk install sdk-main64bit`), the bootstrap.py step fail…
-
The code is hosted at https://repl.it/@FreezePhoenix/ParchedUnnaturalRam
The issue is it doesn't seem to be able to find the emsdk command:
```
runner@repl.it:~$ npx emsdk-run emcc hello.cc -o he…
-
The use of zig + ldc2 is functional and exciting. However, for some users, it may not be interesting to be limited to such choices.
Unlike `build.zig`, the `build.d` will be a manual process using …