mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-25 11:41:21 +00:00
Fix compile of js-sys
This commit is contained in:
parent
529d0bd29a
commit
018b9b4e09
@ -467,7 +467,7 @@ extern "C" {
|
|||||||
#[wasm_bindgen]
|
#[wasm_bindgen]
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#[wasm_bindgen(extends = Object)]
|
#[wasm_bindgen(extends = Object)]
|
||||||
#[derive(Clone)]
|
#[derive(Clone, PartialEq)]
|
||||||
pub type Boolean;
|
pub type Boolean;
|
||||||
|
|
||||||
/// The `Boolean()` constructor creates an object wrapper for a boolean value.
|
/// The `Boolean()` constructor creates an object wrapper for a boolean value.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user