© 2023 Hashnode
#wasm
By - GJS What is Pod? In Kubernetes, a pod is the smallest unit of deployment, representing a single instance of a running process. It can encapsulate one or more containers with shared resources. Con…
📸 Unpic, Image Hosting Services and Self-Hosting Images I put together this Deno Fresh responsive images post to talk about an idea I had when I first heard about Matt Kane’s new unpic tool. The fra…
What is CI/CD : Continuous Integration (CI): Continuous Integration involves integrating code changes from multiple developers into a shared repository regularly. This process is typically facilitate…
Capsule project's origins About a year ago, to consolidate my learning of Go and my knowledge of WebAssembly, I started a project named 'Capsule' (I started to release a "usable" version in August las…
The Promise The promise of writing code that will run on multiple platforms is not new. There have been many runtimes, languages, frameworks and platforms built to solve this problem. The abstraction …
Hi folks, It’s Kostas again, and this is the last article of my WebAssembly series. In case you missed it, here is Part 1 and Part 2. Today I will finally talk about how jsmgclient, Memgraph’s WASM-ba…
Hi folks, It's Kostas again from the Core Team with the second part of my WebAssembly series. For a quick recap of the last week’s article, I discussed the bottlenecks of working with multiple client…
🤖 Creating a Matrix Message Relay Bot with Deno and WASM In this post, we see how you can build a Matrix message relay bot API with Deno. Matrix is a secure messaging protocol, which Element and othe…
The 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 …
The 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 …