Skip to content

Commit 062085f

Browse files
committed
Re-export some useful items
Signed-off-by: Brian Hardock <[email protected]>
1 parent 4853e8d commit 062085f

File tree

1 file changed

+6
-1
lines changed
  • crates/spin-wasip3-http/src

1 file changed

+6
-1
lines changed

crates/spin-wasip3-http/src/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
#[doc(hidden)]
66
pub use wasip3;
77

8+
pub use wasip3::{
9+
http_compat::{IncomingMessage, Request, Response},
10+
wit_bindgen::{self, spawn},
11+
wit_future, wit_stream,
12+
};
13+
814
use hyperium as http;
915
use std::any::Any;
10-
pub use wasip3::http_compat::{Request, Response};
1116
use wasip3::{
1217
http::types,
1318
http_compat::{

0 commit comments

Comments
 (0)