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 a86a590 commit 0e66446Copy full SHA for 0e66446
genbindings.sh
@@ -223,11 +223,11 @@ else
223
tsc
224
else
225
tsc --types node --typeRoots .
226
+ cp ../$WASM_FILE liblightningjs.wasm
227
+ echo Ready to publish!
228
if [ -x "$(which node)" ]; then
229
NODE_V="$(node --version)"
230
if [ "${NODE_V:1:2}" -gt 14 ]; then
- rm -f liblightningjs.wasm
- ln -s "$(pwd)"/../$WASM_FILE liblightningjs.wasm
231
node test/node.mjs
232
fi
233
0 commit comments