Skip to content

Commit e02c6cc

Browse files
committed
WIP
1 parent a7914ee commit e02c6cc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#[rquickjs::module]
2+
pub mod native_module {}
3+
4+
pub const HTTP_JS: &str = "";
5+
pub const FETCH_BLOB_JS: &str = "";
6+
pub const FORMDATA_JS: &str = "";
7+
8+
pub const WIRE_JS: &str = "";

0 commit comments

Comments
 (0)