Skip to content

Commit aed839b

Browse files
committed
Remove website code
1 parent 1b29610 commit aed839b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+0
-8885
lines changed

.github/workflows/static.yaml

-48
This file was deleted.

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
**/target
2-
www/bip322*
3-
**/node_modules
4-
**/dist
5-
.vite

README.md

-18
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,6 @@ The goal is to provide a full signing and verifying library similar to
2424
- from [bip322-js](https://github.com/ACken2/bip322-js/blob/main/test/Verifier.test.ts)
2525
- from [BIP-322](https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki#test-vectors)
2626

27-
## Compile for WASM (on MacOs)
28-
29-
```
30-
brew install llvm
31-
cargo install wasm-pack
32-
rustup target add wasm32-unknown-unknown
33-
AR=/opt/homebrew/opt/llvm/bin/llvm-ar \
34-
CC=/opt/homebrew/opt/llvm/bin/clang \
35-
wasm-pack build \
36-
--target web \
37-
--out-name bip322 \
38-
www
39-
```
40-
41-
The WASM binary and Javascript glue code can then be found in `www/pkg`. The
42-
[bip322.rs](https://bip322.rs) site also runs a small WASM binary if you'd like
43-
to check it out.
44-
4527
## MSRV
4628

4729
At the moment the Minimum Supported Rust Version (MSRV) is 1.63. You can check

www/CNAME

-1
This file was deleted.

www/components.json

-21
This file was deleted.

www/eslint.config.js

-28
This file was deleted.

www/justfile

-23
This file was deleted.

0 commit comments

Comments
 (0)