- Netherlands
- https://aykevl.nl/
Block or Report
Block or report aykevl
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
tinygo-org/tinygo Public
Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
-
-
micropython Public
Forked from micropython/micropython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
765 contributions in the last year
Contribution activity
June 2022
Created 2 commits in 1 repository
Created a pull request in tinygo-org/tinygo that received 2 comments
runtime: ensure some headroom for the GC to run
The GC was originally designed for systems with a fixed amount of memory, like baremetal systems. Therefore, it just used what it could and ran a G…
+25
−3
•
2
comments
Reviewed 3 pull requests in 1 repository
tinygo-org/tinygo
3 pull requests
Created an issue in mstorsjo/llvm-mingw that received 1 comment
AddressSanitizer does not appear to work
I tried to build LLVM on Windows with -DLLVM_USE_SANITIZER="Address;Undefined" but unfortunately it doesn't work.
Short reproducer (in a Git bash s…
1
comment