mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-29 04:31:33 +00:00
Move the js
module to a js_sys
crate (#512)
* Move the `js` module to a `js_sys` crate * Update js-sys tests to pass again * Update binding_to_unimplemented_apis_doesnt_break_everything Remove its dependency on the `js` module * Update metadata for js-sys * Fix the `closures` example
This commit is contained in:
@ -11,8 +11,6 @@ mod dependencies;
|
||||
mod enums;
|
||||
mod import_class;
|
||||
mod imports;
|
||||
#[cfg(feature = "js_globals")]
|
||||
mod js_globals;
|
||||
mod jsobjects;
|
||||
mod math;
|
||||
mod node;
|
||||
|
Reference in New Issue
Block a user