mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-03 06:11:01 +03:00
fix wit path for terminal scripts
This commit is contained in:
parent
5a27f61fc7
commit
e85cd8e188
@ -3,7 +3,7 @@ use kinode_process_lib::{
|
||||
};
|
||||
|
||||
wit_bindgen::generate!({
|
||||
path: "wit",
|
||||
path: "../../../wit",
|
||||
world: "process",
|
||||
exports: {
|
||||
world: Component,
|
||||
|
@ -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,
|
||||
|
@ -3,7 +3,7 @@ use kinode_process_lib::{
|
||||
};
|
||||
|
||||
wit_bindgen::generate!({
|
||||
path: "wit",
|
||||
path: "../../../wit",
|
||||
world: "process",
|
||||
exports: {
|
||||
world: Component,
|
||||
|
@ -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,
|
||||
|
@ -4,7 +4,7 @@ use kinode_process_lib::{
|
||||
};
|
||||
|
||||
wit_bindgen::generate!({
|
||||
path: "wit",
|
||||
path: "../../../wit",
|
||||
world: "process",
|
||||
exports: {
|
||||
world: Component,
|
||||
|
Loading…
Reference in New Issue
Block a user