Md Moinuddinnoobyco.codes·Sep 11, 2023🔮WASM Landscape 2023What the Hell is WASM --> WebAssembly? MDN says... Let's go the usual way first, I'm going to yoink the definition of wasm from MDN 🫣 WebAssembly is a new type of code that can be run in modern web browsers — it is a low-level assembly-like language...DiscussWEBwasm
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·26 readsCNCF
Ryan Phillipsryanphillips.hashnode.dev·Aug 15, 2023How to use JavaScript in BlazorSome things are simply not possible to do in Blazor without JavaScript. If you need to access things like local storage or make some kinds of interactivity possible we will need to make JS calls. So how do we call JS from C#? To make this happen we w...DiscussBlazor
Philippe Charrièrek33g.hashnode.dev·Aug 11, 2023Capsule 💊 meets Redis at Aiven 🦀Capsule is my baby, my favorite side project, a set of Wasm plugin runners that allow you to run Wasm programs or serve them as microservices (for more details, you can read this article: Capsule: the Wasm runners project). Today, I will explain how ...Discuss·144 readsCapsule - The wasm runner(s)wasm
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·101 readsDiscovery of Extism (The Universal Plug-in System)wasm
Nick Taylorhashnode.iamdeveloper.com·Aug 6, 2023Yet Another Newsletter LOL: Sharp!Another week, another newsletter. Let's get to it! Around the Web Bringing Sharp to WebAssembly and WebContainers - This is a big deal This week, The Next.js team released their updated caching documentation. Definitely worth a read if you're using...DiscussYet Another Newsletter LOLwasm
Sifundo Mhlungulubba-dub-dub-js.hashnode.dev·Aug 3, 2023Optical Character Recognition(OCR): Extracting Text From Images with JavaScriptPowerful, featureful applications directly on the web? Meet WebAssembly (Wasm), the technology that single-handedly opened a new world for the web. It's a binary instruction format for a stack-based virtual machine, serving as a portable compilation ...Discusswebdev
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·136 readsDiscovery of Extism (The Universal Plug-in System)wasm
Philippe Charrièrek33g.hashnode.dev·Jul 29, 2023Create a Webassembly plugin with Extism and RustBefore moving on to a more complicated article (creating an HTTP server in Go to serve WASM services), we will see how to develop an Extism plugin in Rust. You will see it is effortless, and it is an excellent opportunity to take your first steps in ...Discuss·109 readsDiscovery of Extism (The Universal Plug-in System)Rust
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·173 readsDiscovery of Extism (The Universal Plug-in System)wasm