bytecodealliance / bytecodealliance/wasm-tools
Enable no-heap-allocation validation
Open
wasmparser
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 351
- Avg merge
- 16h 57m
- Merged PRs (30d)
- 38
Description
Currently `Validator` stores many of its types and such in locally-defined vectors, but this necessitates heap allocation and support of all possible wasm modules. We should ideally support a form of generic validation which doesn't require any heap allocation at all, for example having maximums of functions, types, etc.
Contributor guide
Assessment
This issue has not been assessed yet.