ewasm-rust-api icon indicating copy to clipboard operation
ewasm-rust-api copied to clipboard

Ewasm API for Rust

Results 13 ewasm-rust-api issues
Sort by recently updated
recently updated
newest added

Use `wasm_import_module` and remove function name prefix

Fix typo the crate name (ewasm-api -> ewasm_api) in README.md.

Should check the generated code if it is any worse.

From #58: - remove the `debug` feature - build it in debug mode, but not in release mode - turn the functions into macros, which turn into nops in release...

help wanted

Related: https://github.com/ewasm/design/issues/138, https://github.com/axic/runevm/issues/18, https://github.com/ewasm/hera/pull/539 Alternatively this method could be added as part of an "experimental" namespace.

Rust makes this super easy using `cargo test`.

help wanted