Searched refs:load_plugins (Results 1 – 2 of 2) sorted by relevance
96 fn load_plugins(state: &mut CalculatorState, plugins_dir: &Path) -> wasmtime::Result<()> { in load_plugins() function132 load_plugins(&mut state, args.plugins.as_path())?; in main()
106 The `load_plugins()` function starts by calling the Wasmtime library's233 in the hash table that was created by `load_plugins()`.