mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-04 23:30:19 +00:00
13 lines
314 B
TOML
13 lines
314 B
TOML
[package]
|
|
name = "wasmer-interface-types"
|
|
version = "0.16.1"
|
|
description = "WebAssembly Interface Types library for Wasmer"
|
|
license = "MIT"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
repository = "https://github.com/wasmerio/wasmer"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
nom = "5.1"
|
|
wast = "8.0"
|