mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-04-05 00:11:08 +00:00
5 lines
105 B
Bash
5 lines
105 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cd ../../wasm && ./build.sh nodejs
|
||
|
cd ../benches/javascript && npm link jsonpath-wasm
|