Files
hakorune/test_wasm_simple.nyash
2025-08-14 08:59:59 +00:00

9 lines
183 B
Plaintext

# Simple WASM ExternCall test - for manual MIR injection
static box Main {
init { result }
main() {
me.result = "WASM test ready"
return me.result
}
}