Backward compatibility and tracing

This commit is contained in:
Dmitry Sinyavin
2022-07-27 13:45:52 +02:00
parent 8a552c033c
commit 6bf31c0331
4 changed files with 119 additions and 43 deletions
+4
View File
@@ -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"]