wasmx / wasm-chisel

Some useful utilities to transform WebAssembly binaries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

verifyimports seem to fail on ewasm-rust-api generated code

axic opened this issue · comments

All of the precompiles fail with something similar:

$ target/debug/chisel sentinel ewasm_precompile_bls12pairing.wasm 
========== SENTINEL ==========
thread 'main' panicked at 'index out of bounds: the len is 5 but the index is 5', libchisel/src/verifyimports.rs:507:38
note: Run with `RUST_BACKTRACE=1` for a backtrace.

Duplicate of #47