Jordan Eldredge
Jordan Eldredge
Trying compile C's `fmod` to wasm results in dramatically more code: Try the following in https://webassembly.studio/ ``` #define WASM_EXPORT __attribute__((visibility("default"))) #include WASM_EXPORT double mod(double a, double b) { return fmod(a,...
Work in progress.
The compiler can take a little while to run which means it can create a long task causing animations (Butterchrun) to stutter when loading a new preset. Playing with breaking...
Check if while or loop return a value and add tests.
Are there standards out there for how to write this stuff?
atwood not attwood
This PR updates our schema validation crate (which was previously not actually used directly by Relay) to report errors using Diagnostics rather than using its bespoke error reporting approach. This...