local count too large after instrumentation
Hi !
I ve instrumented wasm and then trying to test it without any analysis script.
But getting following error in Chrome console:
CompileError: WebAssembly.instantiate(): Compiling function #687 failed: local count too large @+4757612
According to this: https://github.com/MIPS/external-v8/blob/master/src/wasm/wasm-limits.h
There is a limit for function locals equal to 50 000 ?
Any workaround on this ? Is it possible to increase this limit without rebuilding Chrome ?
Maybe Wasabi inserting too many locals in some way ?
关闭于 2024-08-01 3 条评论