mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-25 06:21:06 +00:00
15 lines
381 B
Plaintext
15 lines
381 B
Plaintext
|
error: relative module paths aren't supported yet
|
||
|
--> $DIR/import-local.rs:5:25
|
||
|
|
|
||
|
5 | #[wasm_bindgen(module = "./foo.js")]
|
||
|
| ^^^^^^^^^^
|
||
|
|
||
|
error: relative module paths aren't supported yet
|
||
|
--> $DIR/import-local.rs:10:25
|
||
|
|
|
||
|
10 | #[wasm_bindgen(module = "../foo.js")]
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to 2 previous errors
|
||
|
|