2018-07-16 13:31:14 -05:00
|
|
|
error: must be of the form #[link(wasm_import_module = "...")]
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/wasm-import-module.rs:1:22
|
2018-02-10 16:28:17 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[link(name = "...", wasm_import_module)]
|
2018-07-16 13:31:14 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
2018-02-10 16:28:17 -06:00
|
|
|
|
2018-07-16 13:31:14 -05:00
|
|
|
error: must be of the form #[link(wasm_import_module = "...")]
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/wasm-import-module.rs:4:22
|
2018-02-10 16:28:17 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[link(name = "...", wasm_import_module(x))]
|
2018-07-16 13:31:14 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
2018-02-10 16:28:17 -06:00
|
|
|
|
2018-07-16 13:31:14 -05:00
|
|
|
error: must be of the form #[link(wasm_import_module = "...")]
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/wasm-import-module.rs:7:22
|
2018-07-16 13:31:14 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #[link(name = "...", wasm_import_module())]
|
2018-07-16 13:31:14 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2018-02-10 16:28:17 -06:00
|
|
|
|