use-wasm-export
WebAssembly export primitives for RustUse. This crate models conservative export names, export kinds, and simple exported item metadata.
Example
use ;
let function = new;
assert_eq!;
assert_eq!;
Scope
- Export names and kinds.
- Exported function, memory, table, and global metadata.
Non-goals
- No export resolution.
- No runtime invocation.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license