mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-18 07:21:24 +00:00
Scope snippets within a crate
Use the same crate identifier for manually included snippets as well as inline snippets to help with debugging.
This commit is contained in:
@ -16,6 +16,7 @@ macro_rules! shared_api {
|
||||
typescript_custom_sections: Vec<&'a str>,
|
||||
local_modules: Vec<LocalModule<'a>>,
|
||||
inline_js: Vec<&'a str>,
|
||||
unique_crate_identifier: &'a str,
|
||||
}
|
||||
|
||||
struct Import<'a> {
|
||||
|
Reference in New Issue
Block a user