Kam Chehresakamc.hashnode.dev·Dec 11, 2024WebAssembly 101: Bridging the Gap Between Web and MachineHere was/is/still is my high level understanding of WebAssembly when I started to look into it in more details: It takes your program in a language that supports for WebAssembly (wasm) and takes it to that very intermediary step for it to be compiled...wasm
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...2 likes·255 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...2 likes·170 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...176 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...103 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...11 likes·188 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...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...202 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:...3 likes·344 readsSimplism: the cloud-native runtime for Extism Wasm plug-insWebAssembly
Mfonmfon.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...2 likes·58 readsCNCF