Skip to content

Releases: polarsignals/go

Initial deterministic changes

30 May 12:54
ca97bfe
Compare
Choose a tag to compare

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.