squiggle/packages/mc
2022-08-18 00:26:09 -07:00
..
src bumped kernel_density to 0.0.3 2022-08-18 00:26:09 -07:00
static plausibly have a build that will do better through CI than previously 2022-08-17 20:42:40 -07:00
tests just mc 2022-08-16 20:25:31 -07:00
ts Something like an end to end proof of concept 2022-08-17 04:18:09 -07:00
.gitignore just mc 2022-08-16 20:25:31 -07:00
Cargo.lock bumped kernel_density to 0.0.3 2022-08-18 00:26:09 -07:00
Cargo.toml bumped kernel_density to 0.0.3 2022-08-18 00:26:09 -07:00
package.json Something like an end to end proof of concept 2022-08-17 04:18:09 -07:00
README.md plausibly have a build that will do better through CI than previously 2022-08-17 20:42:40 -07:00
tsconfig.json Something like an end to end proof of concept 2022-08-17 04:18:09 -07:00
webpack.config.js plausibly have a build that will do better through CI than previously 2022-08-17 20:42:40 -07:00

@quri/squiggle-mc - (hope to be) parallel Monte Carlo with memoization for the @quri/squiggle-lang javascript interface

How to install

Please run yarn at the monorepo level.

Please view /.github/workflows/ci.yml for the most accurate story about how to build in concert with the rest of the packages in the monorepo.

nix develop will set you up quite well. Rust versions for wasm-pack and so on could be a pain.

The build you need for the squiggle-lang package:

wasm-pack build --target nodejs

the webpack/package.json/static is not active and will be deleted at some point.