index
:
tinywasm
bota-tortuise
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
wasm
/
test.wat
blob: 563f382717c64215d17897f5509d96e0e06e1a70 (
plain
)
(module (func (export "test") (result i32) (i32.const 1) ;; comment (return (i32.const 2)) ) )