Show HN: Prime factorization of all Numbers (Upto 63 bit) (ramshanker.in)

3 points by ramshanker ↗ HN
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.

1 comment

[ 3.5 ms ] story [ 9.9 ms ] thread
How does WebAssembly compare to an implementation of the same algorithm in JavaScript?