wasm-micro-runtime
wasm-micro-runtime copied to clipboard
implement extended const expr
- [x] extended const for interp
- [x] extended const for aot
- [x] tests
- [x] CI
i guess it's safer to have a small limit for the stack height in the loader.
i guess it's safer to have a small limit for the stack height in the loader.
I didn't see a limit value specified in spec. and in this discussion, there is a suggestion to limit global initializer go with the function body limit of 7654321 bytes https://github.com/WebAssembly/extended-const/issues/15#issuecomment-1431566302, do you have any suggestions?