My latest book "Backend Developer in 30 Days" is out! You can get it at Amazon
Pedro Marquez

Written by Pedro Marquez who lives and works in Austin, Texas, doing all things front-end (and some back-end too).

Tag: WebAssembly

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.