Skip to content

Commit

Permalink
remap wasi:io/streams to isyswasfa_guest::streams_interface
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Dice <[email protected]>
  • Loading branch information
dicej committed Jan 30, 2024
1 parent 6d924d1 commit 67b0f46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ impl Opts {
"wasi:io/[email protected]".into(),
"::isyswasfa_guest::poll_interface".into(),
);
self.with.insert(
"wasi:io/[email protected]".into(),
"::isyswasfa_guest::streams_interface".into(),
);
}

let mut r = RustWasm::new();
Expand Down

0 comments on commit 67b0f46

Please sign in to comment.