My latest book "Backend Developer in 30 Days" is out! You can get it at Amazon
← Back to all posts

Blogs Series: Executing WebAssmebly modules inside NodeJS (2022)

The Golang and NodeJS logos

Running Go code inside a NodeJS app with WASM (Part 2/2, 2023)

February 24, 2023

In the second part of two posts, we will explore how to import a compiled WASM module inside a NodeJS application.

The Golang and NodeJS logos

Running Go code inside a NodeJS app with WASM (Part 1/2, 2023)

February 13, 2023

In this first of two posts we explore how we can call Go functions from a NodeJS application using WebAssembly.