From 86353ecadbfa70bbedd97aee4758f2a484ed2fca Mon Sep 17 00:00:00 2001 From: "nick.kino" <79381743+nick1udwig@users.noreply.github.com> Date: Mon, 6 May 2024 09:13:27 -0700 Subject: [PATCH] Update extensions.md --- src/process/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/process/extensions.md b/src/process/extensions.md index 0407e59d..43042c6d 100644 --- a/src/process/extensions.md +++ b/src/process/extensions.md @@ -9,7 +9,7 @@ The cost of extensions is that they are not as nicely bundled within the Kinode Extensions are WebSocket clients that connect to a paired Kinode process to extend library, language, or hardware support. -Kinode processes are Wasm components, which leads to advantages and disadvantages. +Kinode processes are [Wasm components](https://component-model.bytecodealliance.org/design/why-component-model.html), which leads to advantages and disadvantages. The rest of the book (and in particular the [processes chapter](./processes.md)) discusses the advantages (e.g., integration with the Kinode Request/Response system and the capabilities security model). Two of the main disadvantages are: 1. Only certain libraries and languages can be used.