Skip to content

Commit

Permalink
fix: enable wasip2 feature for wasm32-wasip2 target
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Sep 3, 2024
1 parent 54346fa commit d4e8782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions url/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ url = { version = "2", features = ["debugger_visualizer"] }
feature = "debugger_visualizer",
debugger_visualizer(natvis_file = "../../debug_metadata/url.natvis")
)]
#![cfg_attr(all(target_os = "wasi", target_env = "p2"), feature(wasip2))]

pub use form_urlencoded;

Expand Down

0 comments on commit d4e8782

Please sign in to comment.