File: sample.wat

package info (click to toggle)
node-rollup-plugin-typescript 6.0.0%2B~1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,544 kB
  • sloc: javascript: 11,773; makefile: 29
file content (6 lines) | stat: -rwxr-xr-x 73 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
(module
  (func (export "main")
    (result i32)
    (i32.const 3)
  )
)