Files
gyehoek-hs/runtime/t.wat
T
msyds 8f46f744b5
build / build (push) Failing after 1m8s
rust runtime
2026-07-17 23:12:44 -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)))