Files
Kmake/deps/v8/third_party/wasm-api/example/start.wat

5 lines
57 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
(module
(func $start (unreachable))
(start $start)
)