Skip to content

Commit

Permalink
ghc-wasm -> wasm-ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Feb 21, 2025
1 parent 3d631d0 commit c3c4c0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ in
inherit (pkgs.haskell.packages.ghc865) sample-app-jsaddle;

#wasm
inherit (pkgs) ghc-wasm ghc-wasm-meta;
hello-world-wasm-web = with pkgs;
inherit (pkgs) wasm-ghc ghc-wasm-meta;

hello-world-web-wasm = with pkgs;
wasmWebBuilder
{ name = "hello-world";
title = "Hello world Example";
Expand Down

0 comments on commit c3c4c0a

Please sign in to comment.