Lines Matching refs:Config
3 use wasmtime::{Config, Engine, Module, Result};
9 let mut config = Config::new(); in module_name()
14 let mut config = Config::new(); in module_name()
29 let mut config = Config::new(); in module_imports()
38 let mut config = Config::new(); in module_imports()
54 let mut config = Config::new(); in module_exports()
63 let mut config = Config::new(); in module_exports()
79 let mut config = Config::new(); in module_get_export()
84 let mut config = Config::new(); in module_get_export()
102 let mut config = Config::new(); in module_engine()
107 let mut config = Config::new(); in module_engine()