bytecodealliance / ComponentizeJS

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

TypeScript + Dependency support #4

Open guybedford opened 1 year ago

guybedford commented 1 year ago

We should automatically support a TypeScript input and also having dependencies being bundled in as well, down to imports not colliding with the world imports.

guybedford commented 1 year ago

It may actually be better to trace in dependencies fully as separated modules - this would provide a first-class in-engine debugging experience without relying on source maps...!