2376 Commits (aea4f57a2b3f9444a0d0163ec3044565a267b3a6)
 

Author SHA1 Message Date
Dan Kegel aea4f57a2b syscall: hoist cstring() out of two functions to reduce repetition and allocations 3 years ago
sago35 2a17a3e56c board: add M5Stack 3 years ago
Ayke van Laethem 34011c4800 targets: change LLVM features to match vanilla Clang 3 years ago
Damian Gryski f8206b9bcc syscall: fix array size for mmap slice creation 3 years ago
Ayke van Laethem b01ce95cb5 ci: run stdlib tests on macos 3 years ago
Ayke van Laethem 0658e4896f syscall: add support for Mmap and Mprotect 3 years ago
Damian Gryski 9d87d658ba testing: add a stub for CoverMode 3 years ago
Ayke van Laethem ec95d3560f ci: fix Binaryen cache on Windows 3 years ago
Ayke van Laethem bf076aed61 ci: only build wasm-opt, don't build other Binaryen tools 3 years ago
Ayke van Laethem dee5602e56 builder: fix off-by-one in size calculation 3 years ago
Ayke van Laethem 4ef340f228 windows: add support for the -size= flag 3 years ago
Damian Gryski 843a7ac445 add asyncify to scheduler flag help 3 years ago
deadprogram 8ed7d197a7 docs: update CONTRIBUTING links to point to web site. Also replace Azure build badge with Windows build on GH Actions. 3 years ago
Nia Waldvogel 39ce7111bd goenv: update version for start of 0.22.0 development cycle 3 years ago
Ayke van Laethem 06df31944c all: release v0.21.0 3 years ago
Damian Gryski 3ba8bc92cd testdata: update binop.go for string comparison tests 3 years ago
Damian Gryski 0e7a129de7 compiler: update testdata/string.ll 3 years ago
Damian Gryski aeddcd9c5f compiler: fix string compare functions 3 years ago
Patricio Whittingslow bf0b05e32c machine/rp2040: refactor PWM code. fix Period calculation 3 years ago
Damian Gryski 348a02d697 src/runtime/debug: stub debug.Stack() 3 years ago
Damian Gryski 7273a2b5fd src/testing stub AllocsPerRun 3 years ago
Damian Gryski 44bb381220 src/runtime/debug: add SetMaxStack to allow compress/flate tests to build 3 years ago
Damian Gryski 2e6b92fc56 src/testing: add testing.Verbose() 3 years ago
Ayke van Laethem 51290e5842 wasm: support -scheduler=none 3 years ago
Ayke van Laethem 22c35c8e31 ci: move all cross compilation tests to Linux 3 years ago
Ayke van Laethem 2081380b5c ci: simplify build-linux job 3 years ago
Ayke van Laethem 3d0c6dd02d ci: simplify test-linux jobs 3 years ago
Ayke van Laethem 869e917dc6 all: add support for windows/amd64 3 years ago
Ayke van Laethem 41bcad9c19 runtime: only use CRLF on baremetal systems 3 years ago
Ayke van Laethem 73ab44c178 builder: support -size= flag on the esp32 3 years ago
Dan Kegel b70b6076e3 net/ip, syscall/errno: Reduce code duplication by switching to internal/itoa. 3 years ago
sago35 7b41d92198 device: add build tag for go1.17 3 years ago
Ayke van Laethem 2f4f3bd1ba wasi: restore support for -scheduler=none 3 years ago
Ayke van Laethem 7cb44fb373 all: add support for GOARM 3 years ago
Ayke van Laethem 73ad825b67 ci: update Windows runner to windows-2019 3 years ago
Nia Waldvogel 539e1324c8 fix binaryen build in docker 3 years ago
Nia Waldvogel 641dcd7c16 internal/task: use asyncify on webassembly 3 years ago
Yurii Soldak 523d1f28cf nano-33-ble: internal i2c config, power led and sensors switch 3 years ago
Damian Gryski 782c57cc11 pass testing arguments to wasmtime 3 years ago
Ayke van Laethem c1d697f868 compiler: fix indices into strings and arrays 3 years ago
Ayke van Laethem 335fb71d2f reflect: add support for DeepEqual 4 years ago
Ayke van Laethem 5866a47e77 reflect: fix Value.Index() in a specific case 3 years ago
Ayke van Laethem 823c9c25cf reflect: implement Value.Elem() for interface values 3 years ago
Ayke van Laethem d15e32fb89 reflect: don't construct an interface-in-interface value 3 years ago
soypat b534dd67e0 machine/rp2040: add interrupt API 3 years ago
Ayke van Laethem 6c02b4956c interp: fix reverting of extractvalue/insertvalue with multiple indices 3 years ago
Ayke van Laethem 1681ed02d3 interp: take care of constant globals 3 years ago
Ayke van Laethem 7e68980c39 ci: improve caching for GitHub Actions 3 years ago
Ayke van Laethem cf640290a3 compiler: add "target-cpu" and "target-features" attributes 3 years ago
Ayke van Laethem 78fec3719f all: add target-features string to all targets 3 years ago