Marco KuoniinWebAssemblyHello WASIThe introduction to WASI, the practical example, and the key benefits of using WASI with WebAssembly.Sep 29Sep 29
Marco KuoniinWebAssemblyHello wasm-bindgenWasm-bindgen is a tool that simplifies communication between Rust and JavaScript…Mar 27Mar 27
Marco KuoniinWebAssemblySimple Rust Program in WebAssemblyAn easy guide from Rust to WebAssembly and its use in a web application…Mar 6Mar 6
Marco KuoniinWebAssemblyFrom C through Emscripten to a Deno Server ApplicationWebAssembly for Node.js has been on the road for almost as long as the implementation in the web browser. It is interesting to replace…Nov 27, 2023Nov 27, 2023
Marco KuoniinWebAssemblyWebAssembly Table, Dynamic LinkingOne topic from the article WebAssembly Module is still missing. This concerns the Table section, which is responsible for dynamic linking.Nov 20, 2023Nov 20, 2023
Marco KuoniinWebAssemblyPorting Third Party to WebAssemblyThe idea of this article is to take a more complex application (as it could exist in a C++ library) and port it to WebAssembly…Nov 6, 2023Nov 6, 2023
Marco KuoniinWebAssemblyWebAssembly Docker ContainerFrom Theory to Handson: Theory: Why? | Theory: How? | Docker Desktop Setup | Docker Build | Docker Run | Docker Compose | PerformanceOct 4, 2023Oct 4, 2023
Marco KuoniinWebAssembly“Hello World” C++ ProgramIs a simple C++ program, but how to implement it so that it can be used in a web application as WebAssembly? This article will not delve…Sep 18, 2023Sep 18, 2023
Marco KuoniinWebAssemblySimple C Program in WebAssemblyJavaScript doesn’t always make sense for every use case. Other languages can offer advantages in performance, security, or simplicity…Sep 10, 20231Sep 10, 20231