mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-28 04:08:05 +00:00
3114ac4e2b6dd60abc34cd5435319558d41f4870
Since we are using jsdom, the emscripten generated code doesn't use the node filesystem lookup for .wasm files. But then it falls back to node for file:// urls, but this doesn't work because node treats file: as a drive letter. We can work around this by modifying the node path.normalize() function to return the correct path. Fixes: https://github.com/pybricks/pybricks-code/issues/1584
pybricks-code
A Web App for programming LEGO® Powered Up smart hubs using Pybricks MicroPython.
Try it at https://code.pybricks.com or the latest updates https://beta.pybricks.com.
Contributing
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
For more details, see the file CONTRIBUTING.md.
LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this project.
Languages
TypeScript
90%
JavaScript
7.6%
SCSS
2.1%
HTML
0.2%
Python
0.1%
