Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore: build acvm_js part of workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Jul 31, 2023
1 parent 4eea91d commit 3e12a36
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace]

members = ["acir_field", "acir", "acvm", "acvm_js", "stdlib", "brillig", "brillig_vm", "blackbox_solver"]
# exclude = ["acvm_js"]

[workspace.package]
authors = ["The Noir Team <team@noir-lang.org>"]
Expand Down
2 changes: 1 addition & 1 deletion acvm_js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "acvm_js"
description = "Typescript wrapper around the ACVM allowing execution of ACIR code"
version = "0.0.0" # x-release-please-version
version = "0.21.0" # x-release-please-version
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
GIT_DIRTY = if (self ? rev) then "false" else "true";

commonArgs = {

src = pkgs.lib.cleanSourceWith {
src = craneLib.path {
path = ./.;
Expand Down Expand Up @@ -155,7 +155,7 @@
packages.default = craneLib.mkCargoDerivation (acvmjsWasmArgs // rec {

inherit cargoArtifacts;

inherit GIT_COMMIT;
inherit GIT_DIRTY;

Expand Down

0 comments on commit 3e12a36

Please sign in to comment.