• Home
  • Raw
  • Download

Lines Matching full:wasm

5 	mkdir -p ./npm-wasm/bin
8 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin
9 cp ../../out/pathkit/pathkit.wasm ./npm-wasm/bin
15 cd npm-wasm; npm publish
19 cd npm-wasm; npm version major
24 cd npm-wasm; npm version minor
29 cd npm-wasm; npm version patch
34 # suited for that, although if you make changes to the C++/WASM code, you will need
52 # test-docker-continuous is better, although if you make changes to the C++/WASM code,
55 mkdir -p ./npm-wasm/bin/test
61 cp ../../out/dockerbuild/pathkit.js ./npm-wasm/bin/test/pathkit.js
62 cp ../../out/dockerbuild/pathkit.wasm ./npm-wasm/bin/test/pathkit.wasm
87 mkdir -p ./npm-wasm/bin/test
90 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin/test/pathkit.js
91 cp ../../out/pathkit/pathkit.wasm ./npm-wasm/bin/test/pathkit.wasm
99 mkdir -p ./npm-wasm/bin/debug
102 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin/debug/pathkit.js
103 cp ../../out/pathkit/pathkit.wasm ./npm-wasm/bin/debug/pathkit.wasm
104 cp ../../out/pathkit/pathkit.wasm.map ./npm-wasm/bin/debug/pathkit.wasm.map
110 npm install pathkit-asmjs pathkit-wasm
111 echo "Go check out localhost:8000/npm-wasm/example.html"
115 rm -rf node_modules/pathkit-wasm
118 ln -s -T ../npm-wasm node_modules/pathkit-wasm
120 echo "Go check out http://localhost:8000/npm-wasm/example.html"
125 rm -rf node_modules/pathkit-wasm
127 mkdir -p node_modules/pathkit-wasm
129 ln -s -T ../../npm-wasm/bin/test node_modules/pathkit-wasm/bin
131 echo "Go check out localhost:8000/npm-wasm/example.html"
136 rm -rf node_modules/pathkit-wasm
138 mkdir -p node_modules/pathkit-wasm
140 ln -s -T ../../npm-wasm/bin/debug node_modules/pathkit-wasm/bin
142 echo "Go check out localhost:8000/npm-wasm/example.html"