mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-14 13:31:22 +00:00
Preserve argument names
This commit is contained in:
@ -106,6 +106,7 @@ macro_rules! shared_api {
|
||||
}
|
||||
|
||||
struct Function<'a> {
|
||||
arg_names: Vec<String>,
|
||||
name: &'a str,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user