Skip to content

Commit

Permalink
Remove cdylib/staticlib wasi-common crate types (bytecodealliance#1321)
Browse files Browse the repository at this point in the history
I don't think these are used right now and can lead to increased build
times, so I'd like to propose we remove them!
alexcrichton authored Mar 17, 2020
1 parent 50496ef commit 724169d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/wasi-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -30,9 +30,5 @@ winx = { path = "winx", version = "0.12.0" }
winapi = "0.3"
cpu-time = "1.0"

[lib]
name = "wasi_common"
crate-type = ["rlib", "staticlib", "cdylib"]

[badges]
maintenance = { status = "actively-developed" }

0 comments on commit 724169d

Please sign in to comment.