mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 09:51:06 +00:00
14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
error: relative module paths aren't supported yet
|
|
--> $DIR/import-local.rs:3:25
|
|
|
|
|
3 | #[wasm_bindgen(module = "./foo.js")]
|
|
| ^^^^^^^^^^
|
|
|
|
error: relative module paths aren't supported yet
|
|
--> $DIR/import-local.rs:8:25
|
|
|
|
|
8 | #[wasm_bindgen(module = "../foo.js")]
|
|
| ^^^^^^^^^^^
|
|
|
|
error: could not compile `wasm-bindgen-macro-tests`.
|