We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustc 1.32.0-nightly (b68fc18c4 2018-11-27)
error[E0635]: unknown feature `wasm_custom_section` --> src/lib.rs:17:44 | 17 | #![feature(proc_macro, wasm_import_module, wasm_custom_section)] | ^^^^^^^^^^^^^^^^^^^ error[E0635]: unknown feature `wasm_import_module` --> src/lib.rs:17:24 | 17 | #![feature(proc_macro, wasm_import_module, wasm_custom_section)] | ^^^^^^^^^^^^^^^^^^ error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0635`. error: Could not compile `synthesizer-io-wasm`.
To fix this issue, I removed this line:
synthesizer-io/synthesizer-io-wasm/src/lib.rs
Line 17 in 09810aa
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To fix this issue, I removed this line:
synthesizer-io/synthesizer-io-wasm/src/lib.rs
Line 17 in 09810aa
The text was updated successfully, but these errors were encountered: