Files
hakorune/local_tests/test_wasm_vs_aot.hako

7 lines
115 B
Plaintext

# 🎯 WASM vs AOT WASM 比較テスト
local x
x = 42
local y
y = x + 58
print("Result: " + y.toString())
return y