You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling cwa v0.1.0 (/home/cgm/devel/wasm/cwa-rs)
error[E0658]: The attribute `wasm_import_module` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
--> src/raw.rs:1:3
|
1 | #[wasm_import_module = "cwa"]
| ^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.
error: Could not compile `cwa`.
To learn more, run the command again with --verbose.
The text was updated successfully, but these errors were encountered:
Description
Building
cwa-rs
results in compilation errorE06581
due towasm import_module
not being recognised.Steps To Reproduce
Environment
Command
cd cwa-rs && cargo build
Output
The text was updated successfully, but these errors were encountered: