mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-02 10:21:07 +00:00
This migrates our UI tests to the recently published `trybuild` crate which should hopefully be a bit more robust than `compiletest` over time!
12 lines
333 B
Plaintext
12 lines
333 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")]
|
|
| ^^^^^^^^^^^
|