mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Fix duplicated definition of a constant
This commit is contained in:
parent
3c58aa7310
commit
0970fa2998
@ -7,7 +7,7 @@ use super::JsValue;
|
||||
pub const DESCRIPTOR_CUSTOM_REF_FLAG: u32 = 0x1;
|
||||
pub const DESCRIPTOR_NUMBER: u32 = 0x5e;
|
||||
pub const DESCRIPTOR_BOOLEAN: u32 = 0x61;
|
||||
pub const DESCRIPTOR_JS_OWNED: u32 = 0x62;
|
||||
pub const DESCRIPTOR_JS_OWNED: u32 = 0x72;
|
||||
|
||||
pub trait WasmBoundary {
|
||||
type Js: WasmAbi;
|
||||
|
Loading…
x
Reference in New Issue
Block a user