Replies: 1 comment 2 replies
-
I think emsdk does a pretty good job of bundling emscripten, but maybe you have some ideas about how to bundle further. Perhaps you can explain what you mean by "without the user having to install the whole toolchain".. what exactly would that look like? Which users do you have in mind? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
Is it possible to compile emscripten to wasm and compile c++ from within the browser or from nodejs and produce a wasm file from it?
I found the emception project: https://github.com/jprendes/emception
However it is in a broken state, impossible to build as dependencies used have been updated.
I was wondering if there was an official effort realize such a thing?
Alternatively if this is not possible, would it be possible to somehow bundle emscripten within a native c++ project (like emcc as a static library)? The use case would be to compile c++ code from a single binary without the user having to install the whole toolchain.
Beta Was this translation helpful? Give feedback.
All reactions