mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 04:51:23 +00:00
@ -76,7 +76,7 @@ impl ToTokens for ast::Program {
|
||||
|
||||
(quote! {
|
||||
#[allow(non_upper_case_globals)]
|
||||
#[link_section = "__wasm_bindgen_unstable"]
|
||||
#[link_section = "__wasm_bindgen,unstable"]
|
||||
#[doc(hidden)]
|
||||
pub static #generated_static_name: [u8; #generated_static_length] =
|
||||
*#generated_static_value;
|
||||
|
Reference in New Issue
Block a user