Skip to content

Instantly share code, notes, and snippets.

View Kriyszig's full-sized avatar
🦀
Eventually, everything will run in the Browser

Prateek Nayak Kriyszig

🦀
Eventually, everything will run in the Browser
View GitHub Profile
@yurydelendik
yurydelendik / !wasmllvm.md
Last active February 23, 2024 05:08
Using WebAssembly in LLVM

NOTE: the content is out-of-date. All development is moved to the https://github.com/yurydelendik/wasmception

Using WebAssembly in LLVM

Compiling

# locations, e.g.
export WORKDIR=~/llvmwasm; mkdir -p $WORKDIR
export INSTALLDIR=$WORKDIR