Remove cdylib/staticlib wasi-common crate types (#1321)

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!
This commit is contained in:
Alex Crichton
2020-03-17 09:27:41 -05:00
committed by GitHub
parent 50496efb6b
commit 724169d412

View File

@@ -30,9 +30,5 @@ winx = { path = "winx", version = "0.12.0" }
winapi = "0.3" winapi = "0.3"
cpu-time = "1.0" cpu-time = "1.0"
[lib]
name = "wasi_common"
crate-type = ["rlib", "staticlib", "cdylib"]
[badges] [badges]
maintenance = { status = "actively-developed" } maintenance = { status = "actively-developed" }