mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +00:00
Remove usage of #[wasm_custom_section] (#509)
This has been stabilized on nightly as `#[link_section]`, so no need for an unstable attribute any more. Yay!
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#![feature(use_extern_macros, wasm_custom_section, wasm_import_module)]
|
||||
#![feature(use_extern_macros, wasm_import_module)]
|
||||
|
||||
extern crate wasm_bindgen;
|
||||
|
||||
|
Reference in New Issue
Block a user