diff options
Diffstat (limited to 'test/metadatas.wasm.fromBinary')
-rw-r--r-- | test/metadatas.wasm.fromBinary | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/metadatas.wasm.fromBinary b/test/metadatas.wasm.fromBinary index 2e6531678..213539086 100644 --- a/test/metadatas.wasm.fromBinary +++ b/test/metadatas.wasm.fromBinary @@ -1,7 +1,7 @@ (module - (type $0 (func)) + (type $none_=>_none (func)) (export "a" (func $0)) - (func $0 (; 0 ;) (type $0) + (func $0 (; 0 ;) (nop) ) ;; custom section "emscripten_metadata", size 7 |