Skip to content

Commit

Permalink
Remove wasm-bindgen-cli as a dependency
Browse files Browse the repository at this point in the history
We don't use it anymore, instead we use it as a library
  • Loading branch information
bobbobbio committed Jan 22, 2024
1 parent f17eaa9 commit b2c9e8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
, pkg-config
, rustPlatform
, rustc-wasm32
, wasm-bindgen-cli
}:

let
Expand Down Expand Up @@ -34,7 +33,6 @@ rustPlatform.buildRustPackage {
pkg-config
rustc-wasm32
rustc-wasm32.llvmPackages.lld
wasm-bindgen-cli
];

buildInputs = [ openssl ];
Expand Down
2 changes: 1 addition & 1 deletion site/src/install/clustered_job_runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ required things.

```bash
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli wasm-opt
cargo install wasm-opt
```

Now we can install the broker
Expand Down

0 comments on commit b2c9e8b

Please sign in to comment.