Files
wasmtime/crates/misc/rust/macro
Alex Crichton fb60a21930 Reduce number of crates needed for Config usage
This commit is an attempt to reduce the number of crates necessary to
link to when using `wasmtime::Config` in "default mode" or with only one
or two tweaks. The change moves to a builder-style pattern for `Config`
to only require importing crates as necessary if you configure a
particular setting. This then also propagates that change to `Context`
as well by taking a `Config` instead of requiring that all arguments are
passed alone.
2019-11-13 08:32:13 -08:00
..
2019-11-08 06:35:40 -08:00

wasmtime-rust-macro

This is the actual definition of the #[wasmtime] macro, but it's intended that this crate isn't used directly but rather the wasmtime-rust crate is used instead.