mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Use raw string in paths in webidl-tests generated code
This fixes things on Windows, which uses backslashes in their paths
This commit is contained in:
@ -28,7 +28,7 @@ fn main() {
|
||||
use wasm_bindgen::prelude::*;
|
||||
use wasm_bindgen_test::*;
|
||||
|
||||
#[wasm_bindgen(module = "{}")]
|
||||
#[wasm_bindgen(module = r"{}")]
|
||||
extern {{
|
||||
fn not_actually_a_function{1}();
|
||||
}}
|
||||
|
Reference in New Issue
Block a user