Open penelopeysm opened 4 months ago
However the problem remains that the name of the wheel file is hardcoded in the TypeScript code. A simple thing like changing the name of the package or the version number will cause the code to break
It's not possible to query the filesystem from a frontend (you need a real backend server — not our fake WASM backends to do that) so we can't do the equivalent of ls *.whl
and take the output of that.
My current best idea is:
static
dir at a known file path, it could be something like static/wheel.json
and its contents would just be a single string
Followup from #16.
Things to include:
If it's helpful, our previous work on DemoLand: