mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-23 09:41:33 +00:00
Fix compile on latest nightly (#489)
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
//! interface.
|
||||
|
||||
#![feature(use_extern_macros, wasm_import_module, unsize)]
|
||||
#![cfg_attr(feature = "js_globals", feature(proc_macro, wasm_custom_section))]
|
||||
#![cfg_attr(feature = "js_globals", feature(use_extern_macros, wasm_custom_section))]
|
||||
#![no_std]
|
||||
|
||||
#[cfg(feature = "serde-serialize")]
|
||||
|
Reference in New Issue
Block a user