internal/wasi: regenerate WASI 0.2 bindings

Use go.bytecodealliance.org/cmd/wit-bindgen-go@v0.6.0
This commit is contained in:
Randy Reddig
2025-03-15 22:02:04 -07:00
committed by Ron Evans
parent 429aea8e74
commit 211425c3e9
93 changed files with 158 additions and 2191 deletions
View File
View File
+1 -1
View File
@@ -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
}
View File