15 lines
419 B
TOML
15 lines
419 B
TOML
[package]
|
|
name = "wasmstandalone_execute"
|
|
version = "0.0.0"
|
|
authors = ["The Cretonne Project Developers"]
|
|
publish = false
|
|
description = "JIT-style runtime support for WebAsssembly code in Cretonne"
|
|
repository = "https://github.com/sunfishcode/wasmstandalone"
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
cretonne-codegen = "0.8.0"
|
|
cretonne-wasm = "0.8.0"
|
|
region = "0.3.0"
|
|
wasmstandalone_runtime = { path = "../runtime" }
|