We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eb994 commit 4707822Copy full SHA for 4707822
lib/wasi/src/state/env.rs
@@ -864,6 +864,7 @@ impl WasiEnv {
864
// "ownership" object in the BinaryPackageCommand,
865
// so as long as packages aren't removed from the
866
// module cache it should be fine.
867
+ // See https://github.com/wasmerio/wasmer/issues/3875
868
let atom: &'static [u8] = unsafe { std::mem::transmute(command.atom()) };
869
870
if let Err(err) = root_fs
0 commit comments