Files
RustPython/wasm/release.sh
2018-12-10 23:07:15 +01:00

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"