Expand description
WebAssembly operation patterns — universal input IR for all backends
Every backend (ARM, aWsm, wasker, w2c2) consumes WasmOp sequences.
This enum lives in synth-core so backends can depend on it without
pulling in ARM-specific synthesis types.
Enums§
- WasmOp
- WebAssembly operation patterns Note: Cannot derive Eq because f32/f64 don’t implement Eq (NaN != NaN)