Files
gyehoek-hs/runtime/t.wat
T
msyds aa5b45ec76
build / build (push) Failing after 1m1s
rust runtime
2026-07-17 23:17:38 -06:00

7 lines
143 B
WebAssembly Text Format

(module
(import "gyehoek" "say-hi" (func $say-hi))
(func (export "main")
(call $say-hi)
(call $say-hi)
(call $say-hi)))