jeff-hykin / emscripten_flake

An LLVM-to-JavaScript Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

A flake for installing emscripten (with a fix for the emscripten cache trying to edit the immutable /nix/store)

Installation

# for version 3.1.51
nix-env -i -f https://github.com/jeff-hykin/emscripten_flake/archive/392a84fb6775648cdfe5802cbddcb73d4464f0fc.tar.gz
# or, if you have flakes:
nix profile install 'https://github.com/jeff-hykin/emscripten_flake/archive/392a84fb6775648cdfe5802cbddcb73d4464f0fc.tar.gz#emscripten'

How to use

  • Just like regular emscripten, see their docs

About

An LLVM-to-JavaScript Compiler


Languages

Language:Shell 48.9%Language:JavaScript 28.2%Language:Nix 22.9%