mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-19 05:11:02 +00:00
Merge remote-tracking branch 'origin/master' into editorconfig
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
language:
|
||||||
|
- rust
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cargo build --release --verbose
|
||||||
|
- cargo test --verbose
|
||||||
+1
-5
@@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
authors = ["NikVolf <nikvolf@gmail.com>"]
|
authors = ["NikVolf <nikvolf@gmail.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parity-wasm = "0.14"
|
parity-wasm = "0.15"
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
env_logger = "0.4"
|
env_logger = "0.4"
|
||||||
lazy_static = "0.2"
|
lazy_static = "0.2"
|
||||||
@@ -29,7 +29,3 @@ path = "gas/src/main.rs"
|
|||||||
[[bin]]
|
[[bin]]
|
||||||
name = "wasm-build"
|
name = "wasm-build"
|
||||||
path = "build/src/main.rs"
|
path = "build/src/main.rs"
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "nondeterminism-check"
|
|
||||||
path = "nondeterminism_check/src/main.rs"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user