Remove vestigial debug features from various crates

This commit is contained in:
Mark McCaskey
2020-01-14 12:52:39 -08:00
parent 12f7416a85
commit 286e5db370
13 changed files with 10 additions and 19 deletions

View File

@ -19,6 +19,3 @@ wasmer-runtime-core = { path = "../runtime-core", version = "0.12.0" }
[target.'cfg(windows)'.dependencies]
getrandom = "0.1"
[features]
debug = ["wasmer-runtime-core/debug"]