diff options
Diffstat (limited to 'test/dylib.wasm.fromBinary')
-rw-r--r-- | test/dylib.wasm.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dylib.wasm.fromBinary b/test/dylib.wasm.fromBinary index e2c0ba394..aae9b0372 100644 --- a/test/dylib.wasm.fromBinary +++ b/test/dylib.wasm.fromBinary @@ -3,10 +3,10 @@ (type $1 (func (result i32))) (type $2 (func)) (import "env" "memoryBase" (global $import$0 i32)) - (import "env" "_puts" (func $import$1 (param i32) (result i32))) (import "env" "memory" (memory $0 256)) (import "env" "table" (table 0 anyfunc)) (import "env" "tableBase" (global $import$4 i32)) + (import "env" "_puts" (func $import$1 (param i32) (result i32))) (global $global$0 (mut i32) (i32.const 0)) (global $global$1 (mut i32) (i32.const 0)) (global $global$2 i32 (i32.const 0)) |