FloydZ
FloydZ
Currently [sagemath](https://www.sagemath.org/) is not supported. Would be nice if its added. `sage` itself is a wrapper around `python`, thus adding it should be fairly easy. Thanks
- [ ] Python wrapper - [ ] fq algorithms - [ ] MO - [ ] sieving - [ ] pcs - [ ] low weight algorihtms - [...
Hi, i have build `tracy` with the following commands with `emscripten`: ```bash cd profiler mkdir build cd build emcmake cmake .. -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON emmake make ``` afterwards I started the webserver...