mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-15 14:01:25 +00:00
Support long-lived closures
Docs coming soon!
This commit is contained in:
@ -154,8 +154,9 @@ pub const TYPE_STACK_FUNC4: u32 = 28;
|
||||
pub const TYPE_STACK_FUNC5: u32 = 29;
|
||||
pub const TYPE_STACK_FUNC6: u32 = 30;
|
||||
pub const TYPE_STACK_FUNC7: u32 = 31;
|
||||
pub const TYPE_FUNC: u32 = 32;
|
||||
|
||||
pub const TYPE_CUSTOM_START: u32 = 32;
|
||||
pub const TYPE_CUSTOM_START: u32 = 40;
|
||||
pub const TYPE_CUSTOM_REF_FLAG: u32 = 1;
|
||||
|
||||
pub fn name_to_descriptor(name: &str) -> u32 {
|
||||
|
Reference in New Issue
Block a user