tmilev / calculator

https://calculator-algebra.org
Other
8 stars 0 forks source link

Implement a web assembly run time. #15

Closed tmilev closed 3 years ago

tmilev commented 3 years ago

The calculator code already mostly compiles with emscripten with mongoDB and openSSL off.

Since multiprocessing is not supported in web assembly, implement a new runtime that runs a single web worker.

tmilev commented 3 years ago

Fixed.