Skip to content
New issue

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

synthesizer-io-wasm does not build with rust 1.32 #3

Open
zacharydenton opened this issue Nov 30, 2018 · 0 comments
Open

synthesizer-io-wasm does not build with rust 1.32 #3

zacharydenton opened this issue Nov 30, 2018 · 0 comments

Comments

@zacharydenton
Copy link

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:

#![feature(proc_macro, wasm_import_module, wasm_custom_section)]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant