We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2565cd commit 6435ab3Copy full SHA for 6435ab3
wasm/build.sh
@@ -1,5 +1,6 @@
1
+# The second cp is due to https://github.com/rustwasm/wasm-pack/issues/240
2
wasm-pack build --debug && \
-cp app/html-console.js pkg
3
+cp app/html-console.js pkg \
4
cd pkg && \
5
npm link && \
6
cd ../app && \
0 commit comments