WASI is — a set of APIs, a common set of APIs and if you target that common set of APIs, you’re now able to run really well outside of a browser or really outside of any JavaScript runtime.
$('.row') will select any element with class=“row“ $('#row') will select the element with id=row Check the jQuery page on selectors.
Vanessa Freudenberg blog.