Philippe Charrière
Philippe Charrière's Blog

Philippe Charrière's Blog

Follow
homebadges
Series

Discovery of Extism (The Universal Plug-in System)


Articles in this series

Extism & WebAssembly Plugins

Jul 16, 20233 min read

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...

Extism & WebAssembly Plugins

Extism, WebAssembly Plugins & Host Functions

Jul 17, 20234 min read

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...

Extism, WebAssembly Plugins & Host Functions

WebAssembly Plugin in JavaScript with Extism

Jul 18, 20233 min read

Write Wasm plugins with Extism and JavaScript 😍 · In the last few days, we have used the Go PDK (Plugin Development Kit) to develop WebAssembly...

WebAssembly Plugin in JavaScript with Extism

Run Extism WebAssembly plugins from a Go application

Jul 19, 20233 min read

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...

Run Extism WebAssembly plugins from a Go application

Writing Wasm MicroServices with Node.js and Extism

Jul 22, 20233 min read

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...

Writing Wasm MicroServices with Node.js and Extism

Write a host function with the Extism Host SDK

Jul 22, 20237 min read

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...

Write a host function with the Extism Host SDK