1
0
mirror of https://github.com/fluencelabs/wasmer synced 2025-03-31 15:01:03 +00:00
2020-02-03 16:01:23 -08:00

18 lines
517 B
TOML

[package]
name = "wasmer-debug-writer"
version = "0.13.1"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
repository = "https://github.com/wasmerio/wasmer"
publish = false
description = "Library for writing debug information from Wasm"
license = "MIT"
[dependencies]
faerie = "0.14"
gimli = "0.20"
target-lexicon = "0.9"
wasm-debug = { version = "0.1.0", path = "../../../Dev/wasm-debug" }
wasmer-runtime-core = { path = "../runtime-core", version = "0.13.1" }
wasmparser = "0.45"