Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vilkinsons authored Oct 6, 2023
1 parent fbf1770 commit da12689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sim-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ See the README in [`packages/core`](https://github.com/hashintel/labs/tree/main/

Several different packages in this repository are orchestrated as yarn workspaces. Important packages include:
- `core`, which is the React/Redux/TypeScript frontend of hCore
- `engine` contains the hCore simulation engine, written in Rust. This is a legacy engine that is less powerful than [HASH Engine].
- `engine` contains the hCore simulation engine, written in Rust. This is a legacy engine that is less powerful than the newer [HASH Engine], which [can be found separately](https://github.com/hashintel/labs/tree/main/apps/sim-engine) in this repo.
- `engine-web` bundles the `engine` package into a WebAssembly-backed JavaScript interface using `wasm-bindgen`.

Additional utility packages also exist to facilitate minor conveniences.
Expand Down

0 comments on commit da12689

Please sign in to comment.