mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-27 11:41:34 +00:00
Fix importing and exporting the same name
Run exports through the same identifier generation as imports to ensure that everything gets a unique identifier and then just make sure all the appropriate wires are hooked up when dealing with exports and imports. Closes #1496
This commit is contained in:
2
tests/headless/main.js
Normal file
2
tests/headless/main.js
Normal file
@ -0,0 +1,2 @@
|
||||
export function import_export_same_name() {
|
||||
}
|
Reference in New Issue
Block a user