Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@anuraaga anuraaga released this 13 Feb 06:16
· 35 commits to main since this release

Welcome to nottinygc, a replacement allocator for TinyGo targetting WASI.

There is no code API in this package, however it relies on experimental support for custom GC in TinyGo. We will probably wait a couple of TinyGo versions to see how the mechanism fairs before marking a v1.0.0 release.

This project is made possible by these notable dependencies that deserve many thanks. Notably, both of the embedded libraries were very open and friendly in accepting some changes to allow building for WASI, enabling this project to exist.

  • bdwgc - a high performance GC supporting WASI
  • mimalloc - a high performance malloc supporting WASI
  • TinyGo - a compiler to allow creating Wasm binaries using Go