diff options
Diffstat (limited to 'test/memory-import.wast.fromBinary')
-rw-r--r-- | test/memory-import.wast.fromBinary | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/memory-import.wast.fromBinary b/test/memory-import.wast.fromBinary deleted file mode 100644 index b83ca836a..000000000 --- a/test/memory-import.wast.fromBinary +++ /dev/null @@ -1,10 +0,0 @@ -(module - (type $0 (func (result i32))) - (import "env" "memory" (memory $0 1 1)) - (func $foo (type $0) (result i32) - (i32.load offset=13 - (i32.const 37) - ) - ) -) - |