Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jul 20, 2024
1 parent b50e174 commit bb40395
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# will have compiled files and executables
debug/
target/
pkg/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Expand All @@ -11,4 +12,4 @@ target/
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.pdb
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ cargo run --release --bin swiftness --features starknet_with_keccak,keccak --no-
cargo test
```

### Install wasm-pack
```sh
cargo install wasm-pack
```

### Build WASM:

```sh
cd wasm-binding && wasm-pack build --target bundler --workspace --features starknet_with_keccak,blake2s --no-default-features
```

## Features

- **Usage:**
Expand Down

0 comments on commit bb40395

Please sign in to comment.