mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Fix escaping of the wasm file path (#6018)
* Fix escaping of the wasm file path * Add separate methods for escaped paths
This commit is contained in:
@@ -166,8 +166,8 @@ pub fn build_project_with_default_rustflags(
|
||||
pub const WASM_BINARY: &[u8] = include_bytes!("{wasm_binary}");
|
||||
pub const WASM_BINARY_BLOATY: &[u8] = include_bytes!("{wasm_binary_bloaty}");
|
||||
"#,
|
||||
wasm_binary = wasm_binary.wasm_binary_path(),
|
||||
wasm_binary_bloaty = bloaty.wasm_binary_bloaty_path(),
|
||||
wasm_binary = wasm_binary.wasm_binary_path_escaped(),
|
||||
wasm_binary_bloaty = bloaty.wasm_binary_bloaty_path_escaped(),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user