Skip to content

Commit

Permalink
Update adapter builds
Browse files Browse the repository at this point in the history
Help to fix issues like bytecodealliance/wasmtime#8835 by fixing a bug
in the adapter where over-large environment blocks could cause a panic.
  • Loading branch information
alexcrichton committed Jun 18, 2024
1 parent f059a29 commit c2cf4ea
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Binary file removed adapters/040ec92/wasi_snapshot_preview1.command.wasm
Binary file not shown.
Binary file removed adapters/040ec92/wasi_snapshot_preview1.proxy.wasm
Binary file not shown.
Binary file removed adapters/040ec92/wasi_snapshot_preview1.reactor.wasm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::{path::Path, process::Command};

const WASI_ADAPTER_VERSION: &str = "040ec92";
const WASI_ADAPTER_VERSION: &str = "95fee6f";

fn main() {
println!("cargo:rerun-if-changed=build.rs");
Expand Down

0 comments on commit c2cf4ea

Please sign in to comment.