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
@@ -18,3 +18,4 @@ walkdir = "2.2.9"
fs2 = "0.4.3"
wasm-gc-api = "0.1.11"
atty = "0.2.13"
itertools = "0.8.2"