diff options
Diffstat (limited to 'test/noffi_i64.fromasm')
-rw-r--r-- | test/noffi_i64.fromasm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/noffi_i64.fromasm b/test/noffi_i64.fromasm index fd179943c..1254149fa 100644 --- a/test/noffi_i64.fromasm +++ b/test/noffi_i64.fromasm @@ -1,10 +1,8 @@ (module (type $FUNCSIG$jj (func (param i64) (result i64))) - (import "env" "_importll" (func $importll (param i64) (result i64))) (import "env" "memory" (memory $0 256 256)) - (import "env" "table" (table 0 0 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) - (import "env" "tableBase" (global $tableBase i32)) + (import "env" "_importll" (func $importll (param i64) (result i64))) (data (get_global $memoryBase) "noffi_i64.asm.js") (export "_add" (func $add)) (export "_main" (func $main)) |