Check more syntactic limits in Wasm modules
Open
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
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.