blob: 7e740e17a46b163c080b9bb464f780a9bbe7b635 [file] [log] [blame] [edit]
;;; TOOL: run-gen-wasm
;;; ARGS: --enable-annotations
magic
version
section("foo") { "hello" }
(;; STDOUT ;;;
(module
(@custom "foo" "hello"))
;;; STDOUT ;;)