wasm-micro-runtime icon indicating copy to clipboard operation
wasm-micro-runtime copied to clipboard

implement extended const expr

Open kylo5aby opened this issue 7 months ago • 2 comments

  • [x] extended const for interp
  • [x] extended const for aot
  • [x] tests
  • [x] CI

kylo5aby avatar Jun 03 '25 05:06 kylo5aby

i guess it's safer to have a small limit for the stack height in the loader.

yamt avatar Jun 03 '25 23:06 yamt

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?

kylo5aby avatar Jun 09 '25 03:06 kylo5aby