mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-18 15:31:25 +00:00
Remove usage of wasm_import_module
feature
This is now stabilized! Also tweak usage of it to the stable version.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
//!
|
||||
//! More documentation can be found in the README for this crate!
|
||||
|
||||
#![feature(use_extern_macros, wasm_import_module)]
|
||||
#![feature(use_extern_macros)]
|
||||
|
||||
extern crate wasm_bindgen_test_macro;
|
||||
extern crate wasm_bindgen;
|
||||
|
Reference in New Issue
Block a user