blob: c8dc2826ef0fcec7f06235c9397ecf11a4b84cf3 [file] [log] [blame] [edit]
;;; TOOL: wat2wasm
;;; ARGS: --enable-annotations
(module
(func (@name "some func") (result i32)
i32.const 42
return)
(@annot annotation (@nested section))
(@section section)
(@section (@nested section))
(@section (section) (@with "other") nested-subsections))