File tree 4 files changed +0
-113
lines changed
4 files changed +0
-113
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,11 @@ jobs:
36
36
cargo build --release
37
37
# Explicitly move into the libchisel directory to properly build with features
38
38
# FIXME: make this work in workspace
39
- cd libchisel && cargo build --release --features wabt && cd ..
40
39
cd libchisel && cargo build --release --features binaryen && cd ..
41
40
- run :
42
41
name : Test
43
42
command : |
44
43
cargo test
45
44
# Explicitly move into the libchisel directory to properly build with features
46
45
# FIXME: make this work in workspace
47
- cd libchisel && cargo test --features wabt && cd ..
48
46
cd libchisel && cargo test --features binaryen && cd ..
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ edition = "2018"
14
14
binaryen = { version = " 0.8" , optional = true }
15
15
parity-wasm = " ^0.40.2"
16
16
failure = " 0.1.5"
17
- wabt = { version = " 0.8.0" , optional = true }
18
17
wasm-snip = " 0.2.0"
19
18
20
19
[features ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ pub mod checkfloat;
10
10
pub mod checkstartfunc;
11
11
pub mod deployer;
12
12
pub mod dropsection;
13
- #[ cfg( feature = "wabt" ) ]
14
- pub mod fromwat;
15
13
pub mod remapimports;
16
14
pub mod remapstart;
17
15
pub mod repack;
You can’t perform that action at this time.
0 commit comments