Skip to content

Commit

Permalink
Try #2489:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Jul 23, 2021
2 parents 6b2ec72 + 171d70f commit 33cd88a
Show file tree
Hide file tree
Showing 69 changed files with 3,737 additions and 3,644 deletions.
58 changes: 12 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ members = [
"lib/engine-universal",
"lib/engine-dylib",
"lib/engine-staticlib",
"lib/js-api",
"lib/object",
"lib/vm",
"lib/wasi",
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ ifneq ($(ENABLE_LLVM), 0)
endif
endif

exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli --exclude wasmer-js
exclude_tests := --exclude wasmer-c-api --exclude wasmer-cli
# Is failing to compile in Linux for some reason
exclude_tests += --exclude wasmer-wasi-experimental-io-devices
# We run integration tests separately (it requires building the c-api)
Expand Down Expand Up @@ -501,7 +501,7 @@ test-packages:
cargo test --manifest-path lib/cli/Cargo.toml $(compiler_features) --release

test-js:
cd lib/js-api && wasm-pack test --node -- --features=wat
cd lib/api && wasm-pack test --node -- --no-default-features --features js-default,wat


#####
Expand Down
Loading

0 comments on commit 33cd88a

Please sign in to comment.