ewasm-rust-api
ewasm-rust-api copied to clipboard
Ewasm API for Rust
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.
Depends: #37
Fixes #63.
see issue #63
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...
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.
Closes #5.