Skip to content

Commit bf7d900

Browse files
authored
Merge pull request #85 from bytecodealliance/fix-build
fix lib type
2 parents 7b3d75b + ad349ca commit bf7d900

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ version = "0.0.0"
44
edition = "2021"
55
publish = false
66

7+
[lib]
8+
crate-type = ["cdylib"]
9+
710
[dependencies]
811
http-body-util = "0.1.3"
912
wstd = "0.6"

0 commit comments

Comments
 (0)