mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 08:32:23 +03:00
app_store: use the 0.8.0 world process-v0
This commit is contained in:
parent
7712e85b58
commit
1dce465268
@ -10,7 +10,7 @@ use std::str::FromStr;
|
||||
|
||||
wit_bindgen::generate!({
|
||||
path: "target/wit",
|
||||
world: "process",
|
||||
world: "process-v0",
|
||||
});
|
||||
|
||||
mod api;
|
||||
|
@ -7,7 +7,7 @@ use api::*;
|
||||
|
||||
wit_bindgen::generate!({
|
||||
path: "target/wit",
|
||||
world: "process",
|
||||
world: "process-v0",
|
||||
});
|
||||
|
||||
call_init!(init);
|
||||
|
@ -7,7 +7,7 @@ use ft_worker_lib::*;
|
||||
|
||||
wit_bindgen::generate!({
|
||||
path: "target/wit",
|
||||
world: "process",
|
||||
world: "process-v0",
|
||||
});
|
||||
|
||||
/// internal worker protocol
|
||||
|
@ -7,7 +7,7 @@ use api::*;
|
||||
|
||||
wit_bindgen::generate!({
|
||||
path: "target/wit",
|
||||
world: "process",
|
||||
world: "process-v0",
|
||||
});
|
||||
|
||||
call_init!(init);
|
||||
|
@ -7,7 +7,7 @@ use api::*;
|
||||
|
||||
wit_bindgen::generate!({
|
||||
path: "target/wit",
|
||||
world: "process",
|
||||
world: "process-v0",
|
||||
});
|
||||
|
||||
call_init!(init);
|
||||
|
Loading…
Reference in New Issue
Block a user