You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RangeError: offset is out of bounds
at Int32Array.set (<anonymous>)
at H (file:///home/niu2x/project/wasm-knife/node_modules/binaryen/index.js:7:9932452)
at file:///home/niu2x/project/wasm-knife/node_modules/binaryen/index.js:7:9980342
at R (file:///home/niu2x/project/wasm-knife/node_modules/binaryen/index.js:7:9932359)
at HA.I.addActiveElementSegment (file:///home/niu2x/project/wasm-knife/node_modules/binaryen/index.js:7:9980289)
The text was updated successfully, but these errors were encountered:
by
output
we know table's capacity is 185326. data length is 185325.
then, call addActiveElementSegment
this.module.addActiveElementSegment(e.table, this.module.i32.const(0), data)
it is crash
The text was updated successfully, but these errors were encountered: