mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-30 19:41:56 +00:00
Fix import_js
example
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(module = "../defined-in-js")]
|
||||
#[wasm_bindgen(module = "/defined-in-js.js")]
|
||||
extern "C" {
|
||||
fn name() -> String;
|
||||
|
||||
|
Reference in New Issue
Block a user