Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-06 | ci: don't include prebuilt libraries in the release | Ayke van Laethem | |
These libraries will be automatically built when needed and cached. The main reason these were needed is for play.tinygo.org, but I've now prebuilt them there directly (so they don't need to be built for every tarball). | |||
2024-03-26 | builder: add check for error on creating needed directory as suggested by ↵ | deadprogram | |
@b0ch3nski Signed-off-by: deadprogram <[email protected]> | |||
2024-03-26 | wasm-unknown: add math and memory builtins that LLVM needs | Ayke van Laethem | |
This new library is needed for wasm targets that aren't WASI and don't need/want a libc, but still need some intrinsics that are generated by LLVM. |