diff options
Diffstat (limited to 'test/threads.wasm-only.fromasm.imprecise')
-rw-r--r-- | test/threads.wasm-only.fromasm.imprecise | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/threads.wasm-only.fromasm.imprecise b/test/threads.wasm-only.fromasm.imprecise index 672653913..ccbb5870f 100644 --- a/test/threads.wasm-only.fromasm.imprecise +++ b/test/threads.wasm-only.fromasm.imprecise @@ -1,8 +1,5 @@ (module (import "env" "memory" (memory $0 (shared 256 256))) - (import "env" "table" (table 0 0 anyfunc)) - (import "env" "memoryBase" (global $memoryBase i32)) - (import "env" "tableBase" (global $tableBase i32)) (global $tempRet0 (mut i32) (i32.const 0)) (export "test64" (func $legalstub$test64)) (func $test64 (; 0 ;) (result i64) |