aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-03-04goenv: update to new v0.32.0 development versionsago35
2024-03-02runtime: add Frame.Entry fieldRandy Reddig
2024-03-02syscall: add wasm_unknown to some additional files so it can compile more codedeadprogram
2024-02-28all: update for 0.31.1v0.31.1deadprogram
2024-02-28net: update to latest maindeadprogram
2024-02-28build: only use GHA cache for docker dev builds, ignore the previous saved bu...deadprogram
2024-02-27interp: make getelementptr offsets signedAyke van Laethem
2024-02-27interp: return a proper error message when indexing out of rangeAyke van Laethem
2024-02-27docker: update final build stage to go1.22deadprogram
2024-02-26ci: fix binaryen buildv0.31.0Ayke van Laethem
2024-02-26all: version 0.31.0Ayke van Laethem
2024-02-25Stub CallSlice for ValueAkshay Pai
2024-02-23targets: add support for Thumbydeadprogram
2024-02-23main: make `ports` subcommand more verboseAyke van Laethem
2024-02-23main: change `monitor -info` to `ports`Ayke van Laethem
2024-02-20ci: switch to Go 1.22Ayke van Laethem
2024-02-20Dockerfile: reduce size of resulting imageAyke van Laethem
2024-02-19compileopts: remove workaround for LLVM 16Ayke van Laethem
2024-02-19interp: do not register runtime timers during interpAyke van Laethem
2024-02-19device: update SVD filesAyke van Laethem
2024-02-19compileopts: always enable CGoAyke van Laethem
2024-02-19all: make TinyGo code usable with "big Go" CGoAyke van Laethem
2024-02-17targets/wasm_unknown: remove _start to _initialize to match WASIdeadprogram
2024-02-17builder: add 'wasm-unknown' to list of targets for clang features verificationdeadprogram
2024-02-17targets/wasm_unknown: use proper defaults for GCdeadprogram
2024-02-15make: add smoketest for wasm-unknown targetdeadprogram
2024-02-15examples: add example for use with wasm-unknown targetdeadprogram
2024-02-15target/wasm_unknown: remove bulk memory and use imported memory for extreme t...deadprogram
2024-02-15runtime, targets: some WIP on wasm unknown in part from PR #3072deadprogram
2024-02-12nrf52840: generic board support (#4121)BCG
2024-02-11machine/rp2040: set XOSC startup delay multiplierXudong Zheng
2024-02-11compileopts: set 'purego' build tag by defaultAyke van Laethem
2024-02-11ci: update from Node.js 16 to Node.js 18Ayke van Laethem
2024-02-09esp32: switch over to the official SVD fileAyke van Laethem
2024-02-07build: remove more files from host on Docker build to avoid running out of di...deadprogram
2024-02-05gi: add macOS ARM64 builderAyke van Laethem
2024-01-31Allow larger systems to have a larger max stack allocDamian Gryski
2024-01-31flake.nix: explicitly add libcxx as dependencyElias Naur
2024-01-31reflect: move indirect values into interface when setting interfacesDamian Gryski
2024-01-29Remove unused value=
2024-01-29rp2040: add definition for machine.PinToggleBCG
2024-01-27esp32c3: update linker script to support binary blobsAyke van Laethem
2024-01-27esp32c3: add more ROM functionsAyke van Laethem
2024-01-26sync: implement trylocksoypat
2024-01-23targets: add motor control pin definitions for MKS Nano V3x boardsElias Naur
2024-01-23targets: add support for the MKS Robin Nano V3.xElias Naur
2024-01-23fix typoDaniel Esteban
2024-01-20all: switch to LLVM 17 by defaultAyke van Laethem
2024-01-20ci: fix sizediff error when changing the LLVM versionAyke van Laethem
2024-01-20reflect: update to Go 1.22 semanticsAyke van Laethem