Skip to content

Commit 6435ab3

Browse files
committed
Added explanation why we cp file to pkg
1 parent d2565cd commit 6435ab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wasm/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
# The second cp is due to https://github.com/rustwasm/wasm-pack/issues/240
12
wasm-pack build --debug && \
2-
cp app/html-console.js pkg
3+
cp app/html-console.js pkg \
34
cd pkg && \
45
npm link && \
56
cd ../app && \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy