mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-03 02:41:06 +00:00
Merge pull request #319 from xeqlol/backend-crate-typo-fix
Fix typo in backend crate
This commit is contained in:
commit
1326255fb6
@ -583,7 +583,7 @@ impl ToTokens for ast::ImportFunction {
|
|||||||
subpat: None,
|
subpat: None,
|
||||||
..
|
..
|
||||||
}) => ident.clone(),
|
}) => ident.clone(),
|
||||||
_ => panic!("unsupoported pattern in foreign function"),
|
_ => panic!("unsupported pattern in foreign function"),
|
||||||
};
|
};
|
||||||
|
|
||||||
abi_argument_names.push(name.clone());
|
abi_argument_names.push(name.clone());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user