Files
hakorune/local_tests/test_console_wasm.hako

7 lines
201 B
Plaintext

// Console WASM test - ExternCall経由でconsole操作
console.log("Hello from Nyash WASM!")
// 複数の値をテスト
local result = 42
console.log("The answer is:")
console.log(result.toString())