Skip to content

Commit

Permalink
fix: wasi-poll stubbing (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Nov 22, 2024
1 parent 608d89c commit 2f71306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spidermonkey-embedding-splicer/src/stub_wasi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ fn stub_io(module: &mut Module) -> Result<()> {
"[resource-drop]output-stream",
unreachable_stub,
)?;
stub_wasi_imports(module, "wasi:io/poll@0.2.0", "poll", unreachable_stub)?;
stub_wasi_imports(module, "wasi:io/poll", "poll", unreachable_stub)?;
stub_wasi_imports(
module,
"wasi:io/streams",
Expand Down

0 comments on commit 2f71306

Please sign in to comment.