mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Mass rename anyref to externref (#2142)
Updates a mess of dependencies and tracks the most recent version of the reference types specification.
This commit is contained in:
@ -580,7 +580,7 @@ impl ToTokens for ast::ImportType {
|
||||
let typescript_type_chars = typescript_type.chars().map(|c| c as u32);
|
||||
quote! {
|
||||
use wasm_bindgen::describe::*;
|
||||
inform(NAMED_ANYREF);
|
||||
inform(NAMED_EXTERNREF);
|
||||
inform(#typescript_type_len);
|
||||
#(inform(#typescript_type_chars);)*
|
||||
}
|
||||
|
Reference in New Issue
Block a user