Philippe Charrièrek33g.hashnode.dev·Jun 14, 2024Run WASM TinyGo plugins from Java with zero dependencies, thanks to Chicory.Today, if you want to run WASM programs from Java, you can find several solutions: Wasmer Java is a WebAssembly runtime for Java from Wasmer. It's probably one of the oldest in the history of the Java WASM runtimes. But there has been no activity on...Discuss·2 likes·239 readsChicory - The Native JVM WebAssembly runtimechicory
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·159 readsParakeetollama
Philippe Charrièrek33g.hashnode.dev·Jan 28, 2024Deploy Wasm functions on Kubernetes with Simplism.Deploy a Simplism Wasm Registry on Kubernetes Disclaimer: the registry mode of Simplism is a worl in progress (at the beginning of the project, it was a facility to do some tests) and is not ready entirely for production use yet. (== it's not battle...Discuss·175 readsSimplism: the cloud-native runtime for Extism Wasm plug-inswasm
Philippe Charrièrek33g.hashnode.dev·Jan 28, 2024Deploy Wasm functions on Kubernetes with Simplism.With these blog posts (part 1 & part 2), I will explain how to start a kind of FaaS on Kubernetes. But let's start with a set of Q&A: What is a FaaS? A FaaS (Function as a Service) platform is a service that enables the deployment and execution of f...Discuss·102 readsSimplism: the cloud-native runtime for Extism Wasm plug-inswasm
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·186 readsSimplism: the cloud-native runtime for Extism Wasm plug-inswasm
Philippe Charrièrek33g.hashnode.dev·Jan 21, 2024Deploy a Wasm FaaS on a Pi3 a+Small reminder: What is Simplism? Simplism is a highly lightweight application server that can serve WebAssembly plug-ins via HTTP as microservices speedily and straightforwardly. Simplism is cloud provider-agnostic, allowing you to deploy it anywher...Discuss·1 like·121 readsSimplism: the cloud-native runtime for Extism Wasm plug-inswasi
Philippe Charrièrek33g.hashnode.dev·Dec 20, 2023Deploy a wasm function on Koyeb in a blast with Simplism.Quick reminders: Simplism is a highly lightweight application server that can serve WebAssembly plugins via HTTP as microservices (or even nanoservices) speedily and straightforwardly. Simplism is cloud provider-agnostic, allowing you to deploy it a...Discuss·201 readsSimplism: the cloud-native runtime for Extism Wasm plug-inswasm
Philippe Charrièrek33g.hashnode.dev·Dec 17, 2023Simplism, the straightforward way for a Wasm FaaS on Clever CloudPreamble Before delving into the heart of the matter, I need to answer four questions quickly: What is a Function as a Service (FaaS) platform? What is Clever Cloud? What is WebAssembly? And finally, what is "Simplism"? And my answers would be:...Discuss·3 likes·343 readsSimplism: the cloud-native runtime for Extism Wasm plug-insWebAssembly
Mfon Thelma Ntamfon.hashnode.dev·Sep 5, 2023CNCF Zero-To-Merge: Becoming a Contributor(PART II)Click for Part I It has been 2 weeks since I joined the CNCF Zero-To-Merge Incubator Program and I’d say joining it was the best decision I made recently. Disclaimer, This was not my first attempt at contributing to a Cloud-Native Project but in prev...Kelvin Parmar and 1 other are discussing this2 people are discussing thisDiscuss·2 likes·58 readsCNCF
Philippe Charrièrek33g.hashnode.dev·Jul 30, 2023WASM Microservices with Extism and FiberToday, I will quickly show you how to serve Extism plugins (so Webassembly plugins) with the excellent framework Fiber. Fiber is a web framework for making HTTP servers with a similar spirit to Node.js frameworks like Express (which I have used many ...Discuss·418 readsDiscovery of Extism (The Universal Plug-in System)wasm