Skip to content

0.34.0

Latest

Choose a tag to compare

@skeeto skeeto released this 24 Apr 21:27
· 9 commits to master since this release
v0.34.0
  • Project layout reorganization
    • Distributors: this requires updating your build scripts
  • New POSIX platform layer (main_posix.c)
  • The "generic C" platform layer has been removed
    • Distributors: switch to the new POSIX platform layer
  • Two new options: --list-all and --list-package-names (#7)
  • Support for Cflags.private (9e24f5c)
  • New WebAssembly (WASI) platform layer (main_wasm.c)
  • Minor bug fixes