mun
mun copied to clipboard
WebAssembly support
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?
- [ ] Compile the
mun_runtimefor the wasm target - [ ] Test runtime-linking of
*.munlibfiles in the browser- [ ] If impossible, add
mun_compilersupport for compiling LLVM IR to WebAssembly byte code - instead of machine code
- [ ] If impossible, add
I take it compiling to webassembly is a goal, but not yet implemented?
I take it compiling to webassembly is a goal, but not yet implemented?
That's correct. Our next steps are outlined in the top-level post.