File: threads.wat

package info (click to toggle)
rust-wasmtime 29.0.1%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 54,916 kB
  • sloc: ansic: 4,110; sh: 582; javascript: 570; cpp: 321; asm: 175; ml: 96; makefile: 59
file content (4 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (3)
1
2
3
4
(module
    (func $hello (import "global" "hello"))
    (func (export "run") (call $hello))
)