use-wasm-section
WebAssembly section primitives for RustUse. This crate models known section IDs and labels with parsing and display helpers.
Example
use WasmSectionKind;
let section = try_from.expect;
assert_eq!;
assert_eq!;
Scope
- Known core section IDs and labels.
- Parsing from IDs and display labels.
Non-goals
- No section payload parsing.
- No binary reader.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license