MCPcopy Index your code
hub / github.com/tinygo-org/tinygo / init

Function init

testdata/wasmexport.go:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6)
7
8func init() {
9 println("called init")
10 go adder()
11}
12
13//go:wasmimport tester callTestMain
14func callTestMain()

Callers

nothing calls this directly

Calls 1

adderFunction · 0.70

Tested by

no test coverage detected