xref: /wasmtime-44.0.1/examples/interrupt.wat (revision c9a0ba81)
1(module
2  (func (export "run")
3    (loop
4      br 0)
5  )
6)
7