1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-07-30 03:21:57 +00:00
Files
wasm-bindgen/crates/macro/ui-tests/import-local.stderr

12 lines
333 B
Plaintext
Raw Normal View History

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")]
| ^^^^^^^^^^^