summaryrefslogtreecommitdiff
path: root/test/hello_world.fromasm.clamp
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello_world.fromasm.clamp')
-rw-r--r--test/hello_world.fromasm.clamp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/hello_world.fromasm.clamp b/test/hello_world.fromasm.clamp
index 0e0b870c5..a98f6895d 100644
--- a/test/hello_world.fromasm.clamp
+++ b/test/hello_world.fromasm.clamp
@@ -1,8 +1,6 @@
(module
(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))
(data (get_global $memoryBase) "hello_world.asm.js")
(export "add" (func $add))
(func $add (; 0 ;) (param $0 i32) (param $1 i32) (result i32)