Open
Description
What package is covered by this investigations?
https://github.com/AssemblyScript/assemblyscript: TypeScript -> Wasm compiler.
Describe the goal of the investigation
Create portable tool that uses yarn to handle fetching dependencies. Since AssemblyScript is compiled, a cool feature would be to fetch dependencies as needed. This way you don't need to download the full package, but rather only the files and dependencies that get used.
Investigation report
As plugins already support an abstracted filesystem, it would be great to have this work in a browser setting.
I'm new to Plug'n Play would it be useful in this setting?
Any advice on where to start?