File: threads.wat

package info (click to toggle)
rust-wasmtime 36.0.5%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 60,580 kB
  • sloc: cpp: 5,670; ansic: 4,079; sh: 636; javascript: 608; asm: 110; ml: 96; makefile: 61; python: 12
file content (4 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (4)
1
2
3
4
(module
    (func $hello (import "global" "hello"))
    (func (export "run") (call $hello))
)