mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +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