diff options
Diffstat (limited to 'test/threads.wasm-only.fromasm.no-opts')
-rw-r--r-- | test/threads.wasm-only.fromasm.no-opts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/threads.wasm-only.fromasm.no-opts b/test/threads.wasm-only.fromasm.no-opts index 01aff9a75..488c0df50 100644 --- a/test/threads.wasm-only.fromasm.no-opts +++ b/test/threads.wasm-only.fromasm.no-opts @@ -1,5 +1,7 @@ (module - (type $FUNCSIG$vi (func (param i32))) + (type $i32_=>_none (func (param i32))) + (type $none_=>_i32 (func (result i32))) + (type $none_=>_i64 (func (result i64))) (import "env" "memory" (memory $memory (shared 256 256))) (import "env" "table" (table $table 0 0 funcref)) (import "env" "__memory_base" (global $__memory_base i32)) |