fix js paths
This commit is contained in:
parent
355febf927
commit
e431dc89a8
7 changed files with 14 additions and 14 deletions
|
@ -55,7 +55,7 @@ mod inner {
|
|||
JsValue,
|
||||
};
|
||||
|
||||
#[wasm_bindgen(module = "/dist/mocks.js")]
|
||||
#[wasm_bindgen(module = "/src/mocks.js")]
|
||||
extern "C" {
|
||||
#[wasm_bindgen(variadic)]
|
||||
pub fn mockWindows(current: &str, rest: JsValue);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue