Philippe Charrièrek33g.hashnode.dev·Jun 2, 2024Call WASM functions with ParakeetSince version 0.0.6, Parakeet supports "Function Calling" and allows you to execute WebAssembly functions with the help of the Extism framework. Function calling? First, it's not a feature where a LLM can call and execute a function. "Function Callin...Discuss·2 likes·164 readsParakeetollama
Etienne ANNEzwiterrion.hashnode.dev·Feb 22, 2024How to make Building Wasm Blazingly EasyThe WebAssembly ecosystem is experiencing rapid expansion, with developers increasingly intrigued by the promise of "Code Once, Run Everywhere." Initially confined to browser environments, WebAssembly (Wasm) is now gaining traction for server-side ex...Discuss·291 readsWasm and Otoroshiwasmo
Philippe Charrièrek33g.hashnode.dev·Jan 21, 2024Getting started simple with SimplismSimplism is a highly lightweight application server that can serve WebAssembly plug-ins via HTTP as microservices (or even nanoservices) speedily and straightforwardly. Simplism is cloud provider-agnostic, allowing you to deploy it anywhere, from a s...Discuss·11 likes·187 readsSimplism: the cloud-native runtime for Extism Wasm plug-inswasm
Philippe Charrièrek33g.hashnode.dev·Jul 23, 2023Writing Host Functions in Go with ExtismIn this article: Following the same principle as the previous article: Write a host function with the Extism Host SDK, we will modify the host application developed in Go from the article Run Extism WebAssembly plugins from a Go application to add a...Discuss·288 readsDiscovery of Extism (The Universal Plug-in System)wasm
Philippe Charrièrek33g.hashnode.dev·Jul 19, 2023Run Extism WebAssembly plugins from a Go applicationFor a few days, we have seen that it is possible to develop WebAssembly plugins with the Extism Plugin Development Kit and run them with the Extism CLI. Today, it's time to move up a level: we will create an application in Go that can load and run th...Discuss·157 readsDiscovery of Extism (The Universal Plug-in System)wasm
Philippe Charrièrek33g.hashnode.dev·Jul 18, 2023WebAssembly Plugin in JavaScript with ExtismIn the last few days, we have used the Go PDK (Plugin Development Kit) to develop WebAssembly applications and run them with the Extism CLI. As I said in the first article, there are PDKs for several languages, including JavaScript (and I'm a big fan...Discuss·123 readsDiscovery of Extism (The Universal Plug-in System)wasm
Philippe Charrièrek33g.hashnode.dev·Jul 16, 2023Extism & WebAssembly PluginsExtism is a set of SDK projects that allow you to develop applications that run WebAssembly plugins and develop WebAssembly plugins themselves. Extism provides multiple SDKs for building host applications (those that load and execute WebAssembly plug...Discuss·1 like·443 readsDiscovery of Extism (The Universal Plug-in System)wasm