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