Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/validate_end_expr
/
.
/
test
/
parse
/
annotations.txt
blob: abac03b4659744878104d4913da3f2690367cac5 [
file
] [
log
] [
blame
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-annotations
(module
(func (@name "some func") (result i32)
i32.const 42
return)
(@custom section)
(@custom (@nested section))
(@custom (section) (@with "other") nested-subsections))