goquery icon indicating copy to clipboard operation
goquery copied to clipboard

Has anyone ever tried goquery in a webbrowser with wasm?

Open nickchomey opened this issue 8 months ago • 0 comments

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).

nickchomey avatar May 28 '24 21:05 nickchomey