Skip to content

Commit

Permalink
Pin nightly toolchain version (#59)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kateinoigakukun authored May 22, 2024
1 parent e8786f5 commit ca43998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified lib/virtual_adapter.debug.wasm
Binary file not shown.
Binary file modified lib/virtual_adapter.wasm
Binary file not shown.
4 changes: 3 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-05-22"
components = ["rust-src"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit ca43998

Please sign in to comment.