Closed axic closed 6 years ago
There is an ongoing effort in having a Rust compiler to output WASM:
(wasm/wast toolkit written in Rust: https://gitlab.com/DanielKeep/wasm)
mir2wasm seems to work, but imports are not fully supported yet. They need to be added manually to mir2wasm on top of using them via the FFI
mir2wasm
See #13.
Current status: https://github.com/ewasm/ewasm-rust-api
There is an ongoing effort in having a Rust compiler to output WASM:
(wasm/wast toolkit written in Rust: https://gitlab.com/DanielKeep/wasm)