bytecodealliance / ComponentizeJS

JS -> WebAssembly Component
Apache License 2.0
242 stars 32 forks source link

fix: kebab import function handling #34

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

Fixes a bug with kebab function import handing - for some reason the test cases weren't already covering this case, and now they do. We need to convert the core component $root convention into the ESM conventions and handle this throughout the process.