Skip to content

Commit

Permalink
Yew Subxt WASM examples (#968)
Browse files Browse the repository at this point in the history
* add wasm examples

* cargo fmt

* change crate name

* resolve workspace conflicts
  • Loading branch information
tadeohepperle committed Jun 1, 2023
1 parent 0d96311 commit bbcf9b9
Show file tree
Hide file tree
Showing 8 changed files with 2,666 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
**/*.rs.bk
**/.DS_Store
cargo-timing*
/examples/wasm-example/dist
/examples/wasm-example/target
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
# This cannot be a workspace dependency, because it requires
# mutually exclusive jsonrpsee features to work, and workspaces
# will aggregate features used across crates:
exclude = ["testing/wasm-tests"]
exclude = ["testing/wasm-tests", "examples/wasm-example"]
resolver = "2"

[workspace.package]
Expand Down
Loading

0 comments on commit bbcf9b9

Please sign in to comment.