mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 11:18:31 +00:00
23 lines
585 B
TOML
23 lines
585 B
TOML
[package]
|
|
name = "wasmer-wasi-experimental-io-devices"
|
|
version = "1.0.0"
|
|
description = "An experimental non-standard WASI extension for graphics"
|
|
categories = ["wasm"]
|
|
keywords = ["wasm", "webassembly", "types"]
|
|
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
repository = "https://github.com/wasmerio/wasmer"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
edition = "2018"
|
|
|
|
[badges]
|
|
maintenance = { status = "experimental" }
|
|
|
|
[dependencies]
|
|
wasmer-wasi = { version = "1.0.0", path = "../wasi" }
|
|
tracing = "0.1"
|
|
minifb = "0.19"
|
|
ref_thread_local = "0.0"
|
|
serde = "1"
|
|
typetag = "0.1"
|