mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-13 10:31:10 +00:00
to executable
This commit is contained in:
+6
-2
@@ -9,7 +9,7 @@ log = "0.3"
|
||||
env_logger = "0.4"
|
||||
lazy_static = "0.2"
|
||||
clap = "2.24"
|
||||
wasm-build = { path = "build" }
|
||||
glob = "0.2"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -27,4 +27,8 @@ path = "gas/src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "wasm-pack"
|
||||
path = "pack/src/main.rs"
|
||||
path = "pack/src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "wasm-build"
|
||||
path = "build/src/main.rs"
|
||||
Reference in New Issue
Block a user