aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-11-18runtime: heapptr only needs to be initialized oncegc-leaking-initAyke van Laethem
2024-11-14wasm: tidy up wasm_exec.js a bitAyke van Laethem
2024-11-14ci: use TinyGo version in artifact filesAyke van Laethem
2024-11-14runtime: optimize findHeadAyke van Laethem
2024-11-14targets/wasm_exec: call process.exit() when go.run() returnsDamian Gryski
2024-11-13reflect: fix Copy of non-pointer array with size > 64bitsBen Krieger
2024-11-13reflect: add Value.Clear; support anytype->interface{}, Slice->(*)Array in Va...Ben Krieger
2024-11-10goenv: read git hash embedded in the binaryAyke van Laethem
2024-11-08wasm: correctly return from run() in wasm_exec.jsAyke van Laethem
2024-11-08wasm: support `//go:wasmexport` functions after a call to `time.Sleep`Ayke van Laethem
2024-11-07runtime: remove unnecessary check for negative sleepTicks durationAyke van Laethem
2024-11-07runtime: don't call sleepTicks with a negative durationAyke van Laethem
2024-11-07os: implement StartProcessleongross
2024-11-04internal/wasm-tools, syscall: update to [email protected] (#4577)Randy Reddig
2024-11-01goenv: update to new v0.35.0 development versionsago35
2024-11-01runtime/trace: stub all public methodsJoonas Bergius
2024-11-01compiler: allow deferred panicAyke van Laethem
2024-11-01main: parse extldflags early so we can report the error messageAyke van Laethem
2024-11-01interrupt: fix bug in interrupt loweringAyke van Laethem
2024-11-01test: show output even when a test binary didn't exit cleanlyAyke van Laethem
2024-11-01test: run TestWasmExportJS tests in parallelAyke van Laethem
2024-10-28tinygo: revise and simplify wasmtime argument handling (#4555)Randy Reddig
2024-10-28sync: don't use `volatile` in MutexAyke van Laethem
2024-10-28ci: remove 'shell: bash' lines from MacOS buildAyke van Laethem
2024-10-25all: version v0.34.0v0.34.0Ayke van Laethem
2024-10-25GNUmakefile: do not use the -v flag in `go test`Ayke van Laethem
2024-10-25runtime: bump markStackSizeDamian Gryski
2024-10-25machine/usb/adc/midi: fix PitchBendsago35
2024-10-25machine/usb/adc/midi: clarify operator precedencesago35
2024-10-24runtime: add gc layout info for some basic typesDamian Gryski
2024-10-23runtime: add support for os/signalAyke van Laethem
2024-10-23wasm: use precise GC for WebAssembly (including WASI)Ayke van Laethem
2024-10-22compiler: conform to latest iteration of wasm types proposal (#4501)Randy Reddig
2024-10-22Add sponsor button to key repositoriesDaniel Esteban
2024-10-22targets: add WaveShare ESP-C3-32S-KitAyke van Laethem
2024-10-22esp32c3: add smoke tests for a few boardsAyke van Laethem
2024-10-21fe310: support GPIO PinInputAyke van Laethem
2024-10-21goenv: parse patch version, add func Compare to compare two Go version string...Randy Reddig
2024-10-19runtime: use unsafe.Slice for leveldb codeDamian Gryski
2024-10-19runtime: use unsafe.Slice in tsip codeDamian Gryski
2024-10-19runtime: remove minSched hack for wasmAyke van Laethem
2024-10-19wasm: add test for js.FuncOfAyke van Laethem
2024-10-19ci: use macos-13 instead of macos-12 for amd64 buildsAyke van Laethem
2024-10-19compiler: mark stringFromRunes as nocapture/readonlyDamian Gryski
2024-10-19compiler: mark stringFromBytes as nocapture/readonly to help escape analysisDamian Gryski
2024-10-18os/file_unix: add runtime function net.NewFile stubleongross
2024-10-18builder: check for Go toolchain version used to compile TinyGoAyke van Laethem
2024-10-18loader: make sure we always return an error even without type errorsAyke van Laethem
2024-10-18main: make sure typecheck errors are correctly reportedAyke van Laethem
2024-10-18loader: don't panic when main package is not named 'main'Ayke van Laethem