ewasm / design

Ewasm Design Overview and Specification
Apache License 2.0
1.02k stars 125 forks source link

Investigate Rust #15

Closed axic closed 6 years ago

axic commented 8 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)

axic commented 8 years ago

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

axic commented 8 years ago

See #13.

axic commented 6 years ago

Current status: https://github.com/ewasm/ewasm-rust-api