mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
internal/wasi: regenerate WASI 0.2 bindings
Use go.bytecodealliance.org/cmd/wit-bindgen-go@v0.6.0
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
+1
-1
@@ -12,6 +12,6 @@ import (
|
||||
//export wasi:cli/run@0.2.0#run
|
||||
func wasmexport_Run() (result0 uint32) {
|
||||
result := Exports.Run()
|
||||
result0 = cm.BoolToU32(result)
|
||||
result0 = (uint32)(cm.BoolToU32(result))
|
||||
return
|
||||
}
|
||||
|
||||
Regular → Executable
Reference in New Issue
Block a user