Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/add_i686_testing
/
.
/
test
/
binary
/
annotations-custom-sections.txt
blob: 7e740e17a46b163c080b9bb464f780a9bbe7b635 [
file
] [
log
] [
blame
] [
edit
]
;;; TOOL: run-gen-wasm
;;; ARGS: --enable-annotations
magic
version
section("foo") { "hello" }
(;; STDOUT ;;;
(module
(@custom "foo" "hello"))
;;; STDOUT ;;)