mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-13 05:51:07 +00:00
Backward compatibility and tracing
This commit is contained in:
@@ -22,6 +22,9 @@ codegen-units = 1
|
||||
|
||||
[dependencies]
|
||||
parity-wasm = { version = "0.45", default-features = false }
|
||||
log = { version = "0.4.8", default-features = false, optional = true }
|
||||
test-log = { version = "0.2", optional = true }
|
||||
env_logger = { version = "0.9", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
binaryen = "0.12"
|
||||
@@ -36,3 +39,4 @@ wasmprinter = "0.2"
|
||||
default = ["std"]
|
||||
std = ["parity-wasm/std"]
|
||||
sign_ext = ["parity-wasm/sign_ext"]
|
||||
trace-log = ["dep:log", "dep:test-log", "dep:env_logger"]
|
||||
Reference in New Issue
Block a user