mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-26 15:40:18 +00:00
fix: add missing tool_resolver arg to StoreData::new in extract_wasm_metadata
This commit is contained in:
@@ -841,6 +841,7 @@ pub(super) fn extract_wasm_metadata(
|
||||
Capabilities::default(),
|
||||
HashMap::new(),
|
||||
vec![],
|
||||
None,
|
||||
);
|
||||
let mut store = Store::new(engine, store_data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user