bytecodealliance / WASI-Virt

Virtual implementations of WASI APIs
Apache License 2.0
131 stars 16 forks source link

Pin nightly toolchain version #59

Closed kateinoigakukun closed 4 months ago

kateinoigakukun commented 4 months ago

The latest nightly toolchain includes a dlmalloc fix that relaxes the dealloc validation. This is causing the wit-bindgen generated bindings to crash at runtime when building with the recent nightly toolchains.

This patch pins the nightly toolchain to a version that is known to work with the current codebase.

Ideally it would be best if we could use stable toolchain, but we still use some of unstable features, so it's still not easy at this moment.