Skip to content

Commit c85e522

Browse files
committed
Make C-API usable from Rust
1 parent e81af41 commit c85e522

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/c-api/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ edition.workspace = true
1010
publish = false
1111

1212
[lib]
13-
name = "wasmtime"
14-
crate-type = ["staticlib", "cdylib"]
13+
crate-type = ["staticlib", "cdylib", "rlib"]
1514
doc = false
1615
test = false
1716
doctest = false

0 commit comments

Comments
 (0)