Skip to content

Commit

Permalink
rename wasm_websocket_client
Browse files Browse the repository at this point in the history
  • Loading branch information
dougEfresh committed Dec 3, 2024
1 parent 2ecbe5d commit 44e1ce6
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: "wasm-pack"
run: cd wasm_websocket_client && wasm-pack build --target web
run: cd wasm_websocket_demo && wasm-pack build --target web
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ authors = ["WalletConnect Team"]
license = "Apache-2.0"

[workspace]
members = ["blockchain_api", "relay_client", "relay_rpc"]
exclude = ["wasm_websocket_client"]
members = ["blockchain_api", "relay_client", "relay_rpc", "wasm_websocket_demo"]

[features]
default = ["full"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "wasm_websocket_client"
name = "wasm_websocket_demo"
version = "0.1.0"
edition = "2021"
authors = ["WalletConnect Team"]
license = "Apache-2.0"

[build]
target = "wasm32-unknown-uknown"

[lib]
crate-type = ["cdylib"]

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 44e1ce6

Please sign in to comment.