use-wasm-function
WebAssembly function metadata primitives for RustUse. This crate models indexes, value type labels, parameter lists, result lists, and signatures without instruction execution.
Example
use ;
let signature = new;
assert_eq!;
Scope
- Function, type, and local indexes.
- Parameter/result lists and signature metadata.
Non-goals
- No instruction execution.
- No function body parsing.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license