Cargo Features

uptown_funk has no features set by default.

[dependencies]
uptown_funk = { version = "0.1.3", features = ["vm-wasmtime", "vm-wasmer", "async"] }
vm-wasmtime = wasmtime

Enables vm-wasmtime of uptown_funk_macro

Affects uptown_funk::HostFunctions.add_to_linker

vm-wasmer = thiserror, wasmer

Enables vm-wasmer of uptown_funk_macro

Affects uptown_funk::wasmer, uptown_funk::HostFunctions.add_to_wasmer_linker

async

Affects uptown_funk::Executor.async_

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

thiserror vm-wasmer?
wasmer vm-wasmer?

Enables wasmer ^1.0

wasmtime vm-wasmtime?

Enables wasmtime ^0.26