aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/runtime_tinygowasm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime_tinygowasm.go')
-rw-r--r--src/runtime/runtime_tinygowasm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime_tinygowasm.go b/src/runtime/runtime_tinygowasm.go
index 12b048100..73a9eddf9 100644
--- a/src/runtime/runtime_tinygowasm.go
+++ b/src/runtime/runtime_tinygowasm.go
@@ -19,6 +19,7 @@ func fd_write(id uint32, iovs *__wasi_iovec_t, iovs_len uint, nwritten *uint) (e
// See:
// https://github.com/WebAssembly/WASI/blob/main/phases/snapshot/docs.md#-proc_exitrval-exitcode
+//
//go:wasm-module wasi_snapshot_preview1
//export proc_exit
func proc_exit(exitcode uint32)