goquery
goquery copied to clipboard
Has anyone ever tried goquery in a webbrowser with wasm?
One knock against jquery is it is slower than vanilla javascript. Has anyone ever tried compiling goquery to wasm and running it in the browser? It probably cant manipulate the DOM directly, but could run via a service or webworker to manipulate other HTML fragments (such as returned via AJAX calls).