uptown_funk 0.1.1

Define host functions compatible with Wasmer and Wasmtime
Documentation
[dependencies.smallvec]
version = "1.5"

[dependencies.thiserror]
optional = true
version = "1.0"

[dependencies.uptown_funk_macro]
version = "0.1"

[dependencies.wasmer]
optional = true
version = "1.0"

[dependencies.wasmtime]
optional = true
version = "0.22"

[features]
async = []
default = []
vm-wasmer = ["wasmer", "uptown_funk_macro/vm-wasmer", "thiserror"]
vm-wasmtime = ["wasmtime", "uptown_funk_macro/vm-wasmtime"]

[package]
authors = ["Bernard Kolobara <me@kolobara.com>"]
description = "Define host functions compatible with Wasmer and Wasmtime"
edition = "2018"
license = "Apache-2.0/MIT"
name = "uptown_funk"
version = "0.1.1"