time-to-botec/squiggle/node_modules/@quri/squiggle-lang/scripts
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00
..
bench-map-reduce.ts feat: add the node modules 2022-12-03 12:44:49 +00:00
bench-map.ts feat: add the node modules 2022-12-03 12:44:49 +00:00
bench-sampleset-to-pointset.ts feat: add the node modules 2022-12-03 12:44:49 +00:00
README.md feat: add the node modules 2022-12-03 12:44:49 +00:00

Various scripts used for development and benchmarking.

None of these are bundled in the NPM package.

How to run these scripts

Option 1. ts-node ./scripts/run.ts. Slow, but doesn't require rebuilds.

Option 2. Run yarn build and then node ./dist/scripts/run.js.