avanhatt / wasmtime

Standalone JIT-style runtime for WebAssembly, using Cranelift
https://wasmtime.dev/
Apache License 2.0
0 stars 1 forks source link

WIP Width refactor (kill query width) #52

Closed avanhatt closed 1 year ago

avanhatt commented 1 year ago

Refactor how we handle bitwidths of input variables. Instead of trying to determine possible query widths by looking at free variables, specify per LHS term the range of widths considered.

Also: