Trevor Elliott
Trevor Elliott
Thank you for your great post on DDCG! Reading your implementation of the register stack reminded me that I saw the same trick at rubyconf in 2021, in this talk:...
As we now keep SP at the same place throughout the function body, or only modify it within the emission for individual pseudo-ops like call, we no longer need the...
This PR adds a component adapter based on the wasi_snapshot_preview1 adapter that also adapts the fastly host call abi. While the adapter can't yet be applied when running the `serve`...
After printing a few cases, I found that it fit pretty tight in two places: * the diode slots * the main cutout in the top halves This PR very...
#### Feature The `GuestMemory::as_slice` method should allow slices of types other than `u8` to be constructed. It's currently possible to work around this by using the `GuestMemory::to_vec` method, which is...