David Lechner 441d517a52 Rework web assembly inclusion
This moves the .wasm file out of the static/js/ folder and into the
source tree. This way we can import it and webpack will pick it up
and version the file with a hash.

This fixes possibly running with an out of date file from the browser
cache and also fixes running offline.

The file extension had to be changed because there is a default rule in
webpack that matches the .wasm extension and causes the following error:

    Failed to compile.

    ./src/sagas/mpy-cross.wasm
    Module parse failed: magic header not detected
    File was processed with these loaders:
    * ./node_modules/file-loader/dist/cjs.js
    You may need an additional loader to handle the result of these loaders.
    Error: magic header not detected

The webpack configuration cannot be modified without ejecting
create-react-app or using something like react-app-rewired, which we
would like to avoid.

Also using ncp to copy file now which fixes building on Windows.
2020-07-03 20:29:19 -05:00
2020-06-16 09:39:09 +02:00
2020-07-03 20:29:19 -05:00
2020-06-10 21:59:34 -05:00
2020-06-10 21:59:34 -05:00
2020-07-03 20:29:19 -05:00
2020-04-08 19:23:19 -05:00
2020-06-08 20:56:00 -05:00
2020-06-17 16:52:21 -05:00
2020-05-22 19:54:48 -05:00
2020-07-03 20:29:19 -05:00
2020-07-03 20:29:19 -05:00

pybricks-code

A Web App for programming LEGO® Powered Up smart hubs using Pybricks MicroPython.


LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this project

S
Description
Web IDE for Pybricks
https://code.pybricks.com/
Readme MIT
52 MiB
Languages
TypeScript 90%
JavaScript 7.6%
SCSS 2.1%
HTML 0.2%
Python 0.1%