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
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·Aug 7, 2023Extism Go SDK is now written on top of WazeroSince yesterday, the Go SDK of Extism has been officially rewritten with the Wasm Wazero runtime. The new repository is accessible here: https://github.com/extism/go-sdk. And this is excellent news because it means that we can now compile host applic...Discuss·223 readsDiscovery of Extism (The Universal Plug-in System)wasm
Philippe Charrièrek33g.hashnode.dev·Apr 24, 2023Wazero Cookbook - Part Two: Host functionsThe Host Functions are functions defined inside the host program. From the WASM module perspective, a host function can be imported and called by the WASM module. A host function is like a superpower given by the host program to the WASM module. So, ...Discuss·837 readsWazero, first stepswasi
Philippe Charrièrek33g.hashnode.dev·Apr 23, 2023Wazero Cookbook - Part One: WASM function & Host applicationThe WASI Land of Tools is growing fastly. So I tried to map the various territories to help you find your way around: You can develop "from scratch" WASM modules and host applications with the WASM runtimes SDK. You can develop WASM modules and ho...Discuss·961 readsWazero, first stepswasm