mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
WasmExecutor takes a cache directory (#8057)
That is useful for executors like wasmtime which produces compiled code and can actually benefit from caching under some circumstances
This commit is contained in:
@@ -44,6 +44,7 @@ fn call_wasm_method_with_result<HF: HostFunctionsT>(
|
||||
Some(8),
|
||||
host_functions,
|
||||
8,
|
||||
None,
|
||||
);
|
||||
executor.call_in_wasm(
|
||||
binary,
|
||||
|
||||
Reference in New Issue
Block a user