fix js paths
This commit is contained in:
parent
355febf927
commit
e431dc89a8
7 changed files with 14 additions and 14 deletions
|
@ -10,7 +10,7 @@ pub fn relaunch() {
|
|||
mod inner {
|
||||
use wasm_bindgen::prelude::wasm_bindgen;
|
||||
|
||||
#[wasm_bindgen(module = "/dist/process.js")]
|
||||
#[wasm_bindgen(module = "/src/process.js")]
|
||||
extern "C" {
|
||||
pub fn exit(exitCode: u32);
|
||||
pub fn relaunch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue