Files
hakorune/local_tests/test_simple_wasm_aot.hako

6 lines
89 B
Plaintext

# 🎯 Simple WASM vs AOT WASM 比較テスト
local x
x = 42
local y
y = x + 58
return y