9 lines
183 B
Plaintext
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
|
|
}
|
|
} |