;;; TOOL: wat2wasm
;;; ARGS: --enable-exceptions
(module
  (tag (param i32 i32))
  (export "my_tag" (tag 0)))
