app_store: use the 0.8.0 world process-v0

This commit is contained in:
hosted-fornet 2024-05-17 09:57:25 -07:00
parent 7712e85b58
commit 1dce465268
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ use std::str::FromStr;
wit_bindgen::generate!({
path: "target/wit",
world: "process",
world: "process-v0",
});
mod api;

View File

@ -7,7 +7,7 @@ use api::*;
wit_bindgen::generate!({
path: "target/wit",
world: "process",
world: "process-v0",
});
call_init!(init);

View File

@ -7,7 +7,7 @@ use ft_worker_lib::*;
wit_bindgen::generate!({
path: "target/wit",
world: "process",
world: "process-v0",
});
/// internal worker protocol

View File

@ -7,7 +7,7 @@ use api::*;
wit_bindgen::generate!({
path: "target/wit",
world: "process",
world: "process-v0",
});
call_init!(init);

View File

@ -7,7 +7,7 @@ use api::*;
wit_bindgen::generate!({
path: "target/wit",
world: "process",
world: "process-v0",
});
call_init!(init);