Skip to content

Commit

Permalink
Update extensions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig authored May 6, 2024
1 parent 1da39f5 commit 86353ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 86353ec

Please sign in to comment.