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))