mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
Place import at the top (#258)
This commit is contained in:
parent
0c761857be
commit
806f69832e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue