tonetheman / 2022_pi_wasm

really bad way to compute pi digits in WASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

totally bad way to make 250 digits of pi

Used bellard's code because, HE IS A GENIUS.

https://bellard.org/pi/

I messed it up and compiled it with wasm and well there you are.

If he ever sees this repo I am sorry.

You must install emsdk for this to work.

emcc tonypi.c -o test.html

Then start a python server to see the results.

Or see here: https://tonycolston.com/content/2022/03/2022_dumbpi.html

tony

About

really bad way to compute pi digits in WASM


Languages

Language:C 100.0%