diff options
Diffstat (limited to 'test/hello_world.fromasm.imprecise.no-opts')
-rw-r--r-- | test/hello_world.fromasm.imprecise.no-opts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hello_world.fromasm.imprecise.no-opts b/test/hello_world.fromasm.imprecise.no-opts index 711efc298..483a5b33b 100644 --- a/test/hello_world.fromasm.imprecise.no-opts +++ b/test/hello_world.fromasm.imprecise.no-opts @@ -1,4 +1,5 @@ (module + (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (import "env" "memory" (memory $memory 256 256)) (import "env" "table" (table $table 0 0 funcref)) (import "env" "__memory_base" (global $__memory_base i32)) |