Skip to content

Instantly share code, notes, and snippets.

View alamshafil's full-sized avatar

Shafil Alam alamshafil

View GitHub Profile
@alamshafil
alamshafil / libdogecoin-emscripten.md
Created August 17, 2022 02:05
Compiling libdogecoin to JS using Emscripten

Compiling libdogecoin to JS using Emscripten

This guide assumes you are using a Linux distro with build tools installed.

Step 1: Install Emscripten toolchain

You can read https://emscripten.org/docs/getting_started/downloads.html to help you install the Emscripten toolchain.

Step 2: Get libdogecoin source code