We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Web creators being one of our target audiences, we set the goal:
Use the same Mun toolchain to build, test, and deploy content to the web using WebAssembly modules.
What is needed to achieve this goal?
mun_runtime
*.munlib
mun_compiler
The text was updated successfully, but these errors were encountered:
I take it compiling to webassembly is a goal, but not yet implemented?
Sorry, something went wrong.
That's correct. Our next steps are outlined in the top-level post.
No branches or pull requests
Web creators being one of our target audiences, we set the goal:
What is needed to achieve this goal?
mun_runtime
for the wasm target*.munlib
files in the browsermun_compiler
support for compiling LLVM IR to WebAssembly byte code - instead of machine codeThe text was updated successfully, but these errors were encountered: