WebAssembly is a new Web technology that allows Web browsers to execute binary logic in a much more efficient way that traditional JavaScript.
Query execution over large datasets is typically a very CPU-intensive process.
Since the release of WebAssembly, there is increasing interest in how query execution can be implemented or improved using this new technology.