We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b2218 commit fb461c3Copy full SHA for fb461c3
Makefile
@@ -148,7 +148,7 @@ ifneq ($(ENABLE_LLVM), 0)
148
endif
149
150
151
-exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli
+exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli --exclude wasmer-js
152
# Is failing to compile in Linux for some reason
153
exclude_tests += --exclude wasmer-wasi-experimental-io-devices
154
# We run integration tests separately (it requires building the c-api)
lib/derive/Cargo.toml
@@ -11,6 +11,7 @@ edition = "2018"
11
proc-macro = true
12
13
[features]
14
+default-features = []
15
# It will make imports from `wasmer_js::` instead of `wasmer::`
16
js = []
17
0 commit comments