summaryrefslogtreecommitdiffstats
path: root/vendor/wasm-bindgen-macro/ui-tests/import-local.stderr
blob: 707b30fcc5f99dd75b24a7b91671a64488c45814 (plain)
1
2
3
4
5
6
7
8
9
10
11
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")]
  |                         ^^^^^^^^^^^