bytecodealliance / ComponentizeJS

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

fix: ensure resource imports and exports use kebab case #151

Closed guybedford closed 3 weeks ago

guybedford commented 3 weeks ago

This fixes a bug where resource imports and exports were not using kebab case in the component model ABI, resulting in failures for resource names of more than one word.

Resolves https://github.com/bytecodealliance/ComponentizeJS/issues/145.

cataggar commented 3 weeks ago

Thank you! This unblocks me.