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
There is an ongoing effort in having a Rust compiler to output WASM:
(wasm/wast toolkit written in Rust: https://gitlab.com/DanielKeep/wasm)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
See #13.
Current status: https://github.com/ewasm/ewasm-rust-api
No branches or pull requests
There is an ongoing effort in having a Rust compiler to output WASM:
(wasm/wast toolkit written in Rust: https://gitlab.com/DanielKeep/wasm)
The text was updated successfully, but these errors were encountered: