diff options
Diffstat (limited to 'test/hello_world.fromasm.imprecise')
-rw-r--r-- | test/hello_world.fromasm.imprecise | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.fromasm.imprecise b/test/hello_world.fromasm.imprecise index 675ef17ca..0438017ff 100644 --- a/test/hello_world.fromasm.imprecise +++ b/test/hello_world.fromasm.imprecise @@ -1,7 +1,7 @@ (module (memory 256 256) + (import $memory memory "env" "memory") (export "add" $add) - (export "memory" memory) (func $add (param $0 i32) (param $1 i32) (result i32) (i32.add (get_local $0) |