Support enabling features with wasm-builder (#5131)

This adds support for enabling features in the wasm build. The `default` and
`std` feature are ignored in the build.
This commit is contained in:
Benjamin Kampmann
2020-03-05 08:52:23 +01:00
committed by GitHub
parent 5a33228ea9
commit 3bd088d41c
3 changed files with 55 additions and 13 deletions
+1
View File
@@ -7819,6 +7819,7 @@ dependencies = [
"build-helper",
"cargo_metadata",
"fs2",
"itertools",
"tempfile",
"toml",
"walkdir",