Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
module
/
elem-offset.txt
blob: 10fba665ae7ebd67a46fdb8e6aacb1b13d84183a [
file
] [
edit
]
;;; TOOL: wat2wasm
(module
(import "foo" "bar" (global i32))
(global i32 i32.const 1)
(func)
(table 2 funcref)
(elem (global.get 0) 0))