wasmer-middleware-common 0.17.1

Wasmer runtime common middlewares
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "wasmer-middleware-common"
version = "0.17.1"
repository = "https://github.com/wasmerio/wasmer"
description = "Wasmer runtime common middlewares"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
keywords = ["wasm", "webassembly", "middleware", "metering"]
categories = ["wasm"]
edition = "2018"

[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.17.1" }