Files
tinygo/builder
Ayke van Laethem 632357ffb9 builder: build wasi-libc inside TinyGo
Instead of relying on a build when TinyGo is being built, do it like all
other libraries when it is needed.

This brings a few benefits:

  * No more running `make wasi-libc` on the command line as a special
    case for WebAssembly. The generic `git submodule update --init` step
    is now enough for wasi-libc.
  * It becomes much easier to customize the build per system. For
    example: include/exclude malloc as needed, disable/enable bulk
    memory operations per target, etc.
2025-04-04 13:14:04 +02:00
..
2024-08-10 23:46:58 -07:00
2025-01-20 06:15:33 +01:00
2025-01-20 06:15:33 +01:00
2023-02-26 19:22:10 +01:00
2025-02-25 14:41:42 +01:00
2023-04-18 22:51:49 +02:00
2024-09-24 17:42:30 +01:00
2024-08-10 23:46:58 -07:00
2025-04-04 13:14:04 +02:00
2024-12-19 15:08:37 +01:00
2025-02-25 14:41:42 +01:00