mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
Fix a typo
This commit is contained in:
parent
9bc2718943
commit
f2254628dd
@ -422,7 +422,7 @@ impl ToTokens for ast::ImportFunction {
|
||||
};
|
||||
arg_conversions.push(my_quote! {
|
||||
let #name = <#t as ::wasm_bindgen::convert::WasmBoundary>
|
||||
::into_abi(#name, &mut __stack);
|
||||
::into_abi(#var, &mut __stack);
|
||||
});
|
||||
}
|
||||
ast::Type::ByMutRef(_) => panic!("urgh mut"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user