bytecodealliance / bytecodealliance/endive
Check more syntactic limits in Wasm modules
Open
- Dominant language
- Java
- Stars
- 296
- Forks
- 21
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 29
Description
Reference to spec:
https://webassembly.github.io/spec/core/appendix/implementation.html#syntactic-limits
Currently most limits in [WasmLimits](https://github.com/dylibso/chicory/blob/f6850866ba54f4b9df857cb5ac12207d5028fa6e/wasm/src/main/java/com/dylibso/chicory/wasm/WasmLimits.java#L5) are not checked.
Imposing those limits will harden the security of the engine and put it "on par" with other runtimes.
Contributor guide
Assessment
This issue has not been assessed yet.