Skip to content

Commit

Permalink
[nix] add emscripten dependency
Browse files Browse the repository at this point in the history
Summary: Add WebAssembly compiler ([source](https://emscripten.org/index.html#))

Test Plan:
1. Exit from nix
2. `nix develop` - should install package
3. Check if tool is available `emcc -v`

```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.17-git
clang version 14.0.6
Target: wasm32-unknown-emscripten
Thread model: posix
InstalledDir: /nix/store/m9xq3vnz2g165hypy010rbwab8iskcv5-emscripten-llvm-3.1.17/bin
```

Reviewers: jon, ashoat, O1 Nix, bartek

Reviewed By: jon, ashoat, O1 Nix, bartek

Subscribers: bartek, tomek

Differential Revision: https://phab.comm.dev/D8375
  • Loading branch information
xsanm committed Jul 5, 2023
1 parent f6c4df2 commit 4dd687a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/dev-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
, corrosion
, darwin
, double-conversion
, emscripten
, folly
, fmt
, glog
Expand Down Expand Up @@ -55,6 +56,7 @@ mkShell {
awscli2
shellcheck
terraform
emscripten

# android
openjdk11
Expand Down

0 comments on commit 4dd687a

Please sign in to comment.