Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
spec
/
refs/heads/iterpr
/
.
/
spectec
/
test-interpreter
/
sample.wat
blob: cb53babd0de32f7d6b0c653e62ae396869151adb [
file
] [
log
] [
blame
] [
edit
]
(
module
(
func
(
export
"addTwo"
)
(
param i32 i32
)
(
result i32
)
local
.
get
0
local
.
get
1
i32
.
add
))