File: interrupt.wat

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