config is lazy_static to amoritze it

This commit is contained in:
Pat Hickey
2021-01-28 11:20:02 -08:00
parent 6f85abd949
commit 7ffe3c72c5
4 changed files with 63 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ publish = false
libc = "0.2.65"
wasi = "0.10.2"
more-asserts = "0.2.1"
lazy_static = "1.4"
# This crate is built with the wasm32-wasi target, so it's separate
# from the main Wasmtime build, so use this directive to exclude it