mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-28 12:08:00 +00:00
working import transform
This commit is contained in:
@@ -48,6 +48,8 @@ fn main() {
|
||||
// back to plain module
|
||||
let mut module = mbuilder.build();
|
||||
|
||||
assert!(module.global_section().is_some());
|
||||
|
||||
// calculate actual function index of the imported definition
|
||||
// (substract all imports that are NOT functions)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user