@noir-lang/noir_wasm
Advanced tools
Changelog
1.0.0-beta.6 (2025-05-14)
to_be_radix
and to_le_radix
from stdlib interface (#8495)#[test(only_fail_with = "...")]
(#8460) (4775584)Self::...
(#8403) (8863c6a)can_be_main
to be recursive (#8501) (6c76114)index Field
in value merger (#8492) (9c53936)std::meta
(#8497) (7be8f56)to_be_radix
and to_le_radix
from stdlib interface (#8495) (4519387)Field
impl (#8496) (f4078e1)main
(#8477) (05ae1f3)Changelog
1.0.0-beta.5 (2025-05-09)
#[allow(dead_code)]
(#8066) (6e2ea75)nargo expand
to show code after macro expansions (#7613) (8d8991a)ssa::create_program_with_passes
(#8035) (f88cb08)--debug-compile-stdin
to read main.nr
from STDIN
for testing (#8253) (77b2261)--fuzz-timeout
to nargo test
options (#8326) (873380c)--no-fuzz
and --only-fuzz
to nargo test
(#8213) (097b116)loop
generator to AST fuzzer (#7985) (5eaa916)while
generator to AST fuzzer (#8021) (ac6b29b)nargo test
(#8293) (abb4ae1)MemoryInit
opcodes for the same block (#8291) (3261a6b)-Zownership
analysis for ownership pass (#7861) (8c4a83a)Call
in function body (#7987) (b54e8bd)nargo test
use the new greybox fuzzer (#8234) (e483531)checked_to_unchecked
to take into account multiplications (#8188) (b411121)nargo_fuzz_target
(#8308) (3a9ff19)u128
in comptime interpreter (#8079) (dd01f11)i1
type (#8172) (d207ae1)Self
in trait impl method via trait method lookup (#7974) (770bdda)Location::dummy()
(#8178) (9845edc)Ident::default()
(#8224) (7dcfbec)Field % Field
operaions in Brillig from SSA (#8105) (bee86cb)get_local_or_global_instruction
in try_optimize_array_set_from_previous_get
(#8200) (c9721fb)get_local_or_global_instruction
when simplifying IfElse
(#8185) (78c7e37)IntegerConstant
for loop boundaries in unrolling
(#8094) (17958e3)nargo test
(#8275) (a5ffd08)