Skip to content

Commit

Permalink
test-programs: use the wasi:http/imports world
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Aug 12, 2024
1 parent 22a4480 commit fb94126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/test-programs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ wit_bindgen::generate!({
world test {
include wasi:cli/[email protected];
include wasi:http/[email protected];
include wasi:config/[email protected];
include wasi:keyvalue/[email protected];
import wasi:http/[email protected];
import wasi:http/[email protected];
}
",
path: [
Expand Down

0 comments on commit fb94126

Please sign in to comment.