Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 4fdc359

Browse files
committed
First channels test working
1 parent cc1028b commit 4fdc359

File tree

10 files changed

+6230
-4
lines changed

10 files changed

+6230
-4
lines changed

.cargo/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
target = "wasm32-unknown-unknown"
2+
#target = "wasm32-unknown-unknown"
33
# for fedimint to use tokio::task::Builder - https://github.com/fedimint/fedimint/issues/3951
44
rustflags = ["--cfg", "tokio_unstable"]
55

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ members = [
66
"mutiny-wasm",
77
]
88

9+
exclude = ["integration_tests"]
910

1011
# Tell `rustc` to optimize for small code size.
1112
[profile.release.package.mutiny-core]

0 commit comments

Comments
 (0)