Complete Phase 9.7: Box FFI/ABI + ExternCall with working WASM demo
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
9
test_wasm_simple.nyash
Normal file
9
test_wasm_simple.nyash
Normal file
@ -0,0 +1,9 @@
|
||||
# Simple WASM ExternCall test - for manual MIR injection
|
||||
static box Main {
|
||||
init { result }
|
||||
|
||||
main() {
|
||||
me.result = "WASM test ready"
|
||||
return me.result
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user