fix wit path for terminal scripts

This commit is contained in:
dr-frmr 2024-01-22 16:39:17 -03:00
parent 5a27f61fc7
commit e85cd8e188
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ use kinode_process_lib::{
};
wit_bindgen::generate!({
path: "wit",
path: "../../../wit",
world: "process",
exports: {
world: Component,

View File

@ -1,7 +1,7 @@
use kinode_process_lib::{await_next_request_body, call_init, println, Address};
wit_bindgen::generate!({
path: "wit",
path: "../../../wit",
world: "process",
exports: {
world: Component,

View File

@ -3,7 +3,7 @@ use kinode_process_lib::{
};
wit_bindgen::generate!({
path: "wit",
path: "../../../wit",
world: "process",
exports: {
world: Component,

View File

@ -1,7 +1,7 @@
use kinode_process_lib::{await_next_request_body, call_init, println, Address, Request};
wit_bindgen::generate!({
path: "wit",
path: "../../../wit",
world: "process",
exports: {
world: Component,

View File

@ -4,7 +4,7 @@ use kinode_process_lib::{
};
wit_bindgen::generate!({
path: "wit",
path: "../../../wit",
world: "process",
exports: {
world: Component,