mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 13:33:39 +00:00
Revert "Enable wasm pointer tracking for gc=none."
This reverts commit 0b3a7280fa and updates
the documentation a little bit to explain the purpose of -gc=none. (I'm
thinking about the attiny10 by the way where defaulting to -gc=none
makes sense).
This commit is contained in:
committed by
Ron Evans
parent
d92e16e6dc
commit
67841207e8
@@ -1,6 +1,5 @@
|
||||
//go:build (gc.conservative || gc.none) && tinygo.wasm
|
||||
// +build gc.conservative gc.none
|
||||
// +build tinygo.wasm
|
||||
//go:build gc.conservative && tinygo.wasm
|
||||
// +build gc.conservative,tinygo.wasm
|
||||
|
||||
package runtime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user