Skip to content

Commit 8ba17be

Browse files
committed
cdylib is required by wasm
1 parent 44d8fc4 commit 8ba17be

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ hound = "3.5.1"
1818
clap = "4.5.30"
1919

2020
[lib]
21-
crate-type = ["rlib"]
22-
21+
crate-type = ["cdylib", "rlib"]
2322

2423
[features]
2524
default = ["wasm-api"]

0 commit comments

Comments
 (0)