From 5f16361bad0e7ab2cf821acbcaabf13a8f9de0a6 Mon Sep 17 00:00:00 2001 From: Brooklyn Zelenka Date: Mon, 18 Sep 2023 16:51:12 -0700 Subject: [PATCH] Add wit/ipld Signed-off-by: Brooklyn Zelenka --- plan/ROADMAP.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plan/ROADMAP.md b/plan/ROADMAP.md index 64b5f44f5..e55bc558b 100644 --- a/plan/ROADMAP.md +++ b/plan/ROADMAP.md @@ -39,6 +39,7 @@ flowchart wasm_based_plugin_system[Wasm-based Effects Plugin System] resource_limits[Resource Limits] wasm_execution[Wasm Runtime] + wit_ipld[WIT/IPLD] end subgraph scheduling[Scheduling] @@ -178,9 +179,10 @@ flowchart ui ----> user_account stripe --> user_account - routing --> networking + wit_ipld --> wasm_execution + https_fx ~~~ block_object_reader_fx randomness_oracle_fx ~~~ https_fx ```