Open
Description
Hi,
I'm filing this issue to point out that declaring crate_type
inside a cfg_attr
is deprecated and will error at a certain point in the future. wasmer uses this construct in lib.rs:
Line 29 in f356299
I would have liked to open a PR to fix the usage but I don't fully understand where everywhere the run instructions are, so instead I opened this issue to discuss approaches to move away from cfg_attr
. Thanks!
See also: rust-lang/rust#91632