diff options
Diffstat (limited to 'test/empty.fromasm')
-rw-r--r-- | test/empty.fromasm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/empty.fromasm b/test/empty.fromasm new file mode 100644 index 000000000..939cbb87c --- /dev/null +++ b/test/empty.fromasm @@ -0,0 +1,4 @@ +(module + (memory 256 256) + (export "memory" memory) +) |