diff --git a/src/miniwasi.wast b/src/miniwasi.wast index 93655cfd..0a2b05fa 100644 --- a/src/miniwasi.wast +++ b/src/miniwasi.wast @@ -1,8 +1,8 @@ (module + (import "wasi_snapshot_preview1" "proc_exit" (func $exit (param i32))) (memory $0 0) (export "memory" (memory $0)) (export "_start" (func $0)) - (import "wasi_snapshot_preview1" "proc_exit" (func $exit (param i32))) (func $0 (call $exit (i32.const 0)) (unreachable)