mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 00:21:34 +00:00
lol
This commit is contained in:
@ -86,7 +86,7 @@ fn execute_wasm(options: &Run) -> Result<(), String> {
|
|||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
let disable_cache = true;
|
let disable_cache = true;
|
||||||
#[cfg(not(target_os = "windows"))]
|
#[cfg(not(target_os = "windows"))]
|
||||||
let disable_windows = options.disable_cache;
|
let disable_cache = options.disable_cache;
|
||||||
|
|
||||||
let wasm_path = &options.path;
|
let wasm_path = &options.path;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user