Files
Kmake/deps/v8/third_party/wasm-api/example/hello.wat
2026-05-26 23:36:42 -07:00

5 lines
84 B
Plaintext

(module
(func $hello (import "" "hello"))
(func (export "run") (call $hello))
)