use-wasm-module
Module-level WebAssembly primitives for RustUse. This crate models names, kinds, imports, exports, metadata, and validation status without parsing or executing modules.
Example
use ;
let metadata = new
.with_name;
assert_eq!;
Scope
- Module names, kinds, imports, exports, and validation status.
- Small metadata builders and accessors.
Non-goals
- No module execution.
- No full binary parser.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license