mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
9 lines
190 B
Bash
9 lines
190 B
Bash
wasm-pack build && \
|
|
cd pkg && \
|
|
npm link && \
|
|
cd ../app && \
|
|
npm install && \
|
|
npm link rustpython_wasm && \
|
|
node_modules/.bin/webpack --mode production && \
|
|
echo "Output saved to app/dist"
|