We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c551912 commit 36d60b8Copy full SHA for 36d60b8
src/runtime/runtime_wasm_unknown.go
@@ -11,8 +11,8 @@ type timeUnit int64
11
//export __wasm_call_ctors
12
func __wasm_call_ctors()
13
14
-//export _start
15
-func _start() {
+//export _initialize
+func _initialize() {
16
// These need to be initialized early so that the heap can be initialized.
17
heapStart = uintptr(unsafe.Pointer(&heapStartSymbol))
18
heapEnd = uintptr(wasm_memory_size(0) * wasmPageSize)
0 commit comments