mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-18 07:21:24 +00:00
* Enable nested namespace (#951) * Specify the namespace as array (#951) * added an example to the document Co-authored-by: Alex Crichton <alex@alexcrichton.com>
This commit is contained in:
@ -22,7 +22,7 @@ macro_rules! shared_api {
|
||||
|
||||
struct Import<'a> {
|
||||
module: ImportModule<'a>,
|
||||
js_namespace: Option<&'a str>,
|
||||
js_namespace: Option<Vec<String>>,
|
||||
kind: ImportKind<'a>,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user