diff options
Diffstat (limited to 'test/emcc_hello_world.wast.fromBinary')
-rw-r--r-- | test/emcc_hello_world.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emcc_hello_world.wast.fromBinary b/test/emcc_hello_world.wast.fromBinary index eaed95225..5e1351813 100644 --- a/test/emcc_hello_world.wast.fromBinary +++ b/test/emcc_hello_world.wast.fromBinary @@ -1,5 +1,5 @@ (module - (memory 16777216 16777216) + (memory 256 256) (type $0 (func (param i32 i32 i32) (result i32))) (type $1 (func (param i32) (result i32))) (type $2 (func (param i32))) |