rust-wasm icon indicating copy to clipboard operation
rust-wasm copied to clipboard

A simple and spec-compliant WebAssembly interpreter

Results 4 rust-wasm issues
Sort by recently updated
recently updated
newest added

Greetings! Really well done implementation, great work! I'm not clear on how to expose host functions to WASM, though. For instance, in my WASM binary, if I'm calling an `extern...

I've been looking around for minimalist Wasm interpreters, and this one looks pretty great! Is there any reason you haven't yet released it as a crate on crates.io?

## Abstract This PR updates the `use` statements to comply with [Rust 2018](https://doc.rust-lang.org/edition-guide/rust-2018/index.html). Formatting was also updated with `cargo fmt`.

This allows to be build on stable removing the feature that's no longer necessary. The rest is just a brush of fresh air, nothing serious.