...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
tetratelabs
/
wazero
/
internal
/
integration_test
/
engine
/
testdata
/
infinite_loop.wat
Documentation:
github.com/tetratelabs/wazero/internal/integration_test/engine/testdata
1
(module
2
(func (export "infinite_loop")
3
(loop
4
br 0
5
)
6
)
7
)
View as plain text