mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
13 lines
371 B
TOML
13 lines
371 B
TOML
|
[package]
|
||
|
name = "wasmer-dynasm-backend"
|
||
|
version = "0.1.0"
|
||
|
repository = "https://github.com/wasmerio/wasmer"
|
||
|
description = "Wasmer runtime Dynasm compiler backend"
|
||
|
license = "MIT"
|
||
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.1.2" }
|
||
|
wasmparser = "0.23.0"
|