Skip to content

Commit

Permalink
rosetta
Browse files Browse the repository at this point in the history
  • Loading branch information
s0l0ist committed Nov 10, 2023
1 parent c074294 commit 07d2252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ npm run em:update # Updates the tag information
Finally, configure the Microsoft SEAL build settings:

```shell
npm run build # Will build the two MS-SEAL variants (allows, throws), supporting `node`, `web`, and `worker` emscripten environments
npm run build # Will build the two MS-SEAL variants (allows, throws), supporting `node`, `web`, and `worker` emscripten environments. Mac M1+ machines will need to install rosetta (`softwareupdate --install-rosetta`) for the closure compiler.
npm run test # Will run jest tests on the *.ts files
npm run coverage # Check coverage
npm run compile # Test compile before bundling, useful for debugging
Expand Down

0 comments on commit 07d2252

Please sign in to comment.