diff options
Diffstat (limited to 'test/empty_4GB.fromasm')
-rw-r--r-- | test/empty_4GB.fromasm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/empty_4GB.fromasm b/test/empty_4GB.fromasm new file mode 100644 index 000000000..91ef06fff --- /dev/null +++ b/test/empty_4GB.fromasm @@ -0,0 +1,4 @@ +(module + (import "env" "memory" (memory $memory 256 65536)) + (data (i32.const 1024) "empty_4GB.asm.js") +) |