github.com/AR1011/wazero@v1.0.5/internal/integration_test/engine/testdata/infinite_loop.wat (about)

     1  (module
     2    (func (export "infinite_loop")
     3      (loop
     4        br 0
     5      )
     6    )
     7  )