Releases: polarsignals/go
Releases · polarsignals/go
Initial deterministic changes
This release enables three things:
- Use of
GORANDSEED
to seed golang runtime - Changes to wasip1
notesleep
to make them noops rather than panic. This allows users to use-tags=faketime
on WASM. - Enable random scheduling order of goroutines on local run queue.