mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-11 03:41:08 +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>"]
|
||||
|
||||
[dependencies]
|
||||
parity-wasm = "0.14"
|
||||
parity-wasm = "0.15"
|
||||
log = "0.3"
|
||||
env_logger = "0.4"
|
||||
lazy_static = "0.2"
|
||||
@@ -29,7 +29,3 @@ path = "gas/src/main.rs"
|
||||
[[bin]]
|
||||
name = "wasm-build"
|
||||
path = "build/src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "nondeterminism-check"
|
||||
path = "nondeterminism_check/src/main.rs"
|
||||
|
||||
Reference in New Issue
Block a user