File tree Expand file tree Collapse file tree 4 files changed +0
-113
lines changed Expand file tree Collapse file tree 4 files changed +0
-113
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,11 @@ jobs:
3636 cargo build --release
3737 # Explicitly move into the libchisel directory to properly build with features
3838 # FIXME: make this work in workspace
39- cd libchisel && cargo build --release --features wabt && cd ..
4039 cd libchisel && cargo build --release --features binaryen && cd ..
4140 - run :
4241 name : Test
4342 command : |
4443 cargo test
4544 # Explicitly move into the libchisel directory to properly build with features
4645 # FIXME: make this work in workspace
47- cd libchisel && cargo test --features wabt && cd ..
4846 cd libchisel && cargo test --features binaryen && cd ..
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ edition = "2018"
1414binaryen = { version = " 0.8" , optional = true }
1515parity-wasm = " ^0.40.2"
1616failure = " 0.1.5"
17- wabt = { version = " 0.8.0" , optional = true }
1817wasm-snip = " 0.2.0"
1918
2019[features ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ pub mod checkfloat;
1010pub mod checkstartfunc;
1111pub mod deployer;
1212pub mod dropsection;
13- #[ cfg( feature = "wabt" ) ]
14- pub mod fromwat;
1513pub mod remapimports;
1614pub mod remapstart;
1715pub mod repack;
You can’t perform that action at this time.
0 commit comments