Skip to content

Commit

Permalink
[1 changes] feat: add as_slice builtin function, add execution test (n…
Browse files Browse the repository at this point in the history
…oir-lang/noir#4523)

chore: making docs build before cutting versions (noir-lang/noir#4568)
chore: fix docker test workflows (noir-lang/noir#4566)
feat: allow usage of noir `#[test]` syntax in stdlib (noir-lang/noir#4553)
feat: Add more impls on Option (noir-lang/noir#4549)
chore: fixing some broken links (noir-lang/noir#4556)
chore: separate tests for execution failures from compilation failures (noir-lang/noir#4559)
feat: remove curly braces with fmt  (noir-lang/noir#4529)
fix: Make `nargo` the default binary for cargo run (noir-lang/noir#4554)
fix: Evaluate operators in globals in types (noir-lang/noir#4537)
chore: Add more `Hash` impls to stdlib (noir-lang/noir#4470)
  • Loading branch information
AztecBot committed Mar 18, 2024
1 parent aa90f6e commit cd1d10a
Show file tree
Hide file tree
Showing 152 changed files with 2,169 additions and 327 deletions.
1 change: 1 addition & 0 deletions noir/noir-repo/.github/scripts/noir-wasm-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
set -eu

.github/scripts/wasm-pack-install.sh
yarn workspace @noir-lang/types build
yarn workspace @noir-lang/noir_wasm build
Loading

0 comments on commit cd1d10a

Please sign in to comment.