Skip to content

Commit c5062b9

Browse files
committed
Cleanup reproduction project
1 parent 6064cab commit c5062b9

File tree

10 files changed

+297
-324
lines changed

10 files changed

+297
-324
lines changed

fixtures/objects/Cargo.toml

-27
This file was deleted.

fixtures/objects/src/lib.rs

-73
This file was deleted.

fixtures/objects/tests/bindings/test_async_callbacks.ts

-224
This file was deleted.

fixtures/wasm-arc-futures/Cargo.toml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[package]
2+
name = "uniffi-fixtures-wasm-arc-futures"
3+
version = "0.21.0"
4+
authors = ["zzorba"]
5+
edition = "2021"
6+
license = "MPL-2.0"
7+
publish = false
8+
9+
[lib]
10+
name = "wasm_arc_futures"
11+
crate-type = ["lib", "cdylib"]
12+
13+
[dependencies]
14+
uniffi = { path = "../../../../../mozilla/uniffi-rs/uniffi", features = ["cli"] }
15+
# uniffi = { workspace = true, features = ["cli"] }
16+
async-trait = "0.1"
17+
ubrn_testing = { path = "../../crates/ubrn_testing" }
18+
19+
[build-dependencies]
20+
uniffi = { path = "../../../../../mozilla/uniffi-rs/uniffi", features = ["build"] }
21+
# uniffi = { workspace = true, features = ["build"] }
22+
23+
[dev-dependencies]
24+
uniffi = { path = "../../../../../mozilla/uniffi-rs/uniffi", features = ["bindgen-tests"] }
25+
# uniffi = { workspace = true, features = ["bindgen-tests"] }
File renamed without changes.

0 commit comments

Comments
 (0)