Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/filenames-in-reader-errors
/
.
/
test
/
parse
/
module
/
data-offset.txt
blob: 9b207e3e5291b448f94d514968ae4f0504a0c274 [
file
] [
log
] [
blame
] [
edit
]
;;; TOOL: wat2wasm
(module
(import "foo" "bar" (global i32))
(memory 1)
(global i32 i32.const 1)
(data (global.get 0) "hi"))