mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 04:21:21 +00:00
Some docs for functions in the parsing/codegen crates.
This commit is contained in:
@ -36,7 +36,9 @@ pub struct Export {
|
||||
pub constructor: Option<String>,
|
||||
/// The rust function
|
||||
pub function: Function,
|
||||
///
|
||||
pub comments: Vec<String>,
|
||||
/// The name of the rust object the function belongs to TODO is this correct?
|
||||
pub rust_name: Ident,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user