diff options
Diffstat (limited to 'test/empty.fromasm.clamp')
-rw-r--r-- | test/empty.fromasm.clamp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/empty.fromasm.clamp b/test/empty.fromasm.clamp new file mode 100644 index 000000000..a88b44007 --- /dev/null +++ b/test/empty.fromasm.clamp @@ -0,0 +1,7 @@ +(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 (i32.const 1024) "empty.asm.js") +) |