Austin Seipp
Austin Seipp
It would be great if somehow the test harness could ensure that all the APIs are one-to-one compatible with the C APIs like in `sodium` or `nacl` itself, for example...
## Issue description As reported by Stefan O'Rear on IRC, the spec clarifies `FENCE` instructions as `I-type` encoding, where: > The unused fields in the FENCE.I instruction, imm[11:0], rs1, and...
## Issue description The `smoke.elf` test currently doesn't pass in the WASM build for some reason. In fact, it gets nowhere at all: the very first `lui` test *immediately* errors...
## Issue description There is a half-complete Forth implementation under `src/demos/forth` that I wrote a couple years ago for the HiFive1. It would be a really fun exercise to complete...
## Issue description Somehow, the WebAssembly build, including all the service worker stuff, actually works on iOS. I even ran CoreMark! Perhaps not surprisingly (due to the origins of Blink),...
## Issue description The GitHub actions in this repo are *relatively* generic and could stand to be improved or modularized. I think the two easiest candidates are `skopeo` and `b2-sync`...
## Issue description The Hugely Popular And Highly Demanded `-C` instruction set extension currently isn't supported, but it should be! Unfortunately there are a few missing pieces: - No autogen...
## Issue description It would be nice to have a build available for Darwin users since, after all, Nix works nicely on macOS. However, I'm not immediately sure of the...
## Issue description Despite being born recently this repository is cursed and has many small nooks and crannies that reveal problems, which should be investigated and fixed. Some are easy,...
## Issue description Currently the WebAssembly build is horribly broken on Firefox. To be more precise, I am *pretty sure* the actual "WebAssembly" part (where you download a huge binary...