Commits
Click on a commit to change the comparison rangebuild(qc): use `-Oz` level in wasm-opt
Use `-Oz` optimization level in `wasm-opt` when building the query
compiler and not `-Os`. The previous reasoning for using `-Os` that was
specified in the comment is no longer true.