Matthew Heath
Results
2
issues of
Matthew Heath
Expose the functionality of Zig's `std.crypto.hash.sha2.Sha256` through a pure-functional interface to Roc.
Currently `testing_roc_alloc`in crates/compiler/builtins/bitcode/src/utils.zig ignores the value passed as alignment and always returns a pointer to memory with alignment 1. This caused me a few hours of confusion trying to test...