2018-07-16 13:31:14 -05:00
|
|
|
#[link(name = "...", wasm_import_module)] //~ ERROR: must be of the form
|
|
|
|
extern {}
|
2018-02-10 16:28:17 -06:00
|
|
|
|
2018-07-16 13:31:14 -05:00
|
|
|
#[link(name = "...", wasm_import_module(x))] //~ ERROR: must be of the form
|
2018-02-10 16:28:17 -06:00
|
|
|
extern {}
|
|
|
|
|
2018-07-16 13:31:14 -05:00
|
|
|
#[link(name = "...", wasm_import_module())] //~ ERROR: must be of the form
|
|
|
|
extern {}
|
2018-02-10 16:28:17 -06:00
|
|
|
|
|
|
|
fn main() {}
|