diff --git a/wasi/src/lib.rs b/wasi/src/lib.rs index 6e9ae0a0..fce79b92 100644 --- a/wasi/src/lib.rs +++ b/wasi/src/lib.rs @@ -4,7 +4,6 @@ pub mod http; pub mod snapshots { pub mod preview_2 { wit_bindgen::generate!({ - path: "../wit", world: "reactor", std_feature, }); diff --git a/wasi/wit b/wasi/wit new file mode 120000 index 00000000..8c60207d --- /dev/null +++ b/wasi/wit @@ -0,0 +1 @@ +../wit \ No newline at end of file