1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-06-22 01:01:34 +00:00

Fix LLVM ERROR

fixes 
This commit is contained in:
Chinedu Francis Nwafili
2018-07-25 07:24:39 -04:00
parent 269127a5c5
commit c8f0304163
2 changed files with 2 additions and 2 deletions
crates
backend
cli-support

@ -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;