aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder/wasmbuiltins.go
AgeCommit message (Collapse)Author
2024-08-06ci: don't include prebuilt libraries in the releaseAyke 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-26builder: add check for error on creating needed directory as suggested by ↵deadprogram
@b0ch3nski Signed-off-by: deadprogram <[email protected]>
2024-03-26wasm-unknown: add math and memory builtins that LLVM needsAyke 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.