mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-19 02:51:03 +00:00
update layout for the rest
This commit is contained in:
@@ -3,7 +3,4 @@ language:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build --release --verbose
|
- cargo build --release --verbose
|
||||||
- cargo build --manifest-path prune/Cargo.toml
|
|
||||||
- cargo build --manifest-path gas/Cargo.toml
|
|
||||||
- cargo build --manifest-path ext/Cargo.toml
|
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
+4
-4
@@ -21,15 +21,15 @@ diff = "0.1.11"
|
|||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "wasm-prune"
|
name = "wasm-prune"
|
||||||
path = "prune/src/main.rs"
|
path = "prune/main.rs"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "wasm-ext"
|
name = "wasm-ext"
|
||||||
path = "ext/src/main.rs"
|
path = "ext/main.rs"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "wasm-gas"
|
name = "wasm-gas"
|
||||||
path = "gas/src/main.rs"
|
path = "gas/main.rs"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "wasm-build"
|
name = "wasm-build"
|
||||||
@@ -37,4 +37,4 @@ path = "build/main.rs"
|
|||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "wasm-stack-height"
|
name = "wasm-stack-height"
|
||||||
path = "stack_height/src/main.rs"
|
path = "stack_height/main.rs"
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
target
|
|
||||||
Cargo.lock
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "wasm-ext"
|
|
||||||
version = "0.1.0"
|
|
||||||
authors = ["NikVolf <nikvolf@gmail.com>"]
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
parity-wasm = "0.27"
|
|
||||||
wasm-utils = { path = "../" }
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
target
|
|
||||||
Cargo.lock
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "wasm-gas"
|
|
||||||
version = "0.1.0"
|
|
||||||
authors = ["NikVolf <nikvolf@gmail.com>"]
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
parity-wasm = "0.27"
|
|
||||||
wasm-utils = { path = "../" }
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
target
|
|
||||||
Cargo.lock
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "wasm-prune"
|
|
||||||
version = "0.1.0"
|
|
||||||
authors = ["NikVolf <nikvolf@gmail.com>"]
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
parity-wasm = "0.27"
|
|
||||||
wasm-utils = { path = "../" }
|
|
||||||
clap = "2.24"
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "stack_height"
|
|
||||||
version = "0.1.0"
|
|
||||||
authors = ["Sergey Pepyakin <s.pepyakin@gmail.com>"]
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
wasm-utils = { path = "../" }
|
|
||||||
Reference in New Issue
Block a user