by ramshanker on 1/22/25, 5:18 PM with 1 comments
Wanted to have some fun with learning WebAssembly. It's a static webpage hosted on cloudflare pages. All factorizations are done client side using web-assembly. Numbers is directly picked from url query parameter ?n=..... So link to any number can be shared. ~50% of code is written by ChatGPT.
by zfg on 1/23/25, 5:58 AM
How does WebAssembly compare to an implementation of the same algorithm in JavaScript?