targets/wasm_unknown: use proper defaults for GC

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-02-15 18:46:24 +01:00
committed by Ron Evans
parent e9ca41735a
commit ad30085b93
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ func _start() {
// These need to be initialized early so that the heap can be initialized.
heapStart = uintptr(unsafe.Pointer(&heapStartSymbol))
heapEnd = uintptr(wasm_memory_size(0) * wasmPageSize)
run()
initAll()
}
func init() {