mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-26 22:30:22 +00:00
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")]
|
||
|
| ^^^^^^^^^^^
|