Skip to content

Commit

Permalink
Compiling works
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Aug 6, 2024
1 parent b96888f commit 5c19684
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 38 deletions.
17 changes: 0 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "CC0-1.0"

[dependencies]
base64 = "0.22.1"
bitcoin = { version = "0.31.2", features = ["bitcoinconsensus"] }
bitcoin = { version = "0.31.2" }
bitcoin_hashes = "0.14.0"
hex = "0.4.3"
miniscript = "11.0.0"
19 changes: 0 additions & 19 deletions www/Cargo.lock

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

3 changes: 3 additions & 0 deletions www/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ crate-type = ["cdylib"]
[dependencies]
bip322 = "0.0.2"
wasm-bindgen = "0.2.92"

[patch.crates-io]
bip322 = { path = "../" }
5 changes: 4 additions & 1 deletion www/justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
wasm:
wasm-pack build --target web --no-typescript
rustup toolchain install nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup default nightly-aarch64-apple-darwin
AR=/opt/homebrew/opt/llvm/bin/llvm-ar CC=/opt/homebrew/opt/llvm/bin/clang wasm-pack build --target web --no-typescript

0 comments on commit 5c19684

Please sign in to comment.