summaryrefslogtreecommitdiff
path: root/examples/wasm/test.wat
blob: 563f382717c64215d17897f5509d96e0e06e1a70 (plain)
(module
    (func (export "test") (result i32)
    (i32.const 1)
    ;; comment
    (return (i32.const 2))
    )
)