Articles in this series
Write Wasm plugins with Extism and TinyGo · Extism is a set of SDK projects that allow you to develop applications that run WebAssembly plugins and...
Write Wasm plugins with Extism and TinyGo · As I explained in the previous article, Wasm programs are "limited" by default (it's also a security...
Write Wasm plugins with Extism and JavaScript 😍 · In the last few days, we have used the Go PDK (Plugin Development Kit) to develop WebAssembly...
How to write a Host Application · For a few days, we have seen that it is possible to develop WebAssembly plugins with the Extism Plugin Development Kit...
How to write a host application with Node.js · With the help of Extism, writing a host application (i.e. an application capable of running WebAssembly...
Give power to the Wasm plugins · In this article, we will: Modify the host application developed with Node.js in the previous article to add a host...