Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/core/posix-wasm/src/lib/builtins/README.md
1067 views

I found these math functions in emscripten, but they are copied from LLVM.

They get used indirectly by code in Zig to implement things like csqrt.

I'm only aware of this since I wrote code to scan for and explicitly link every single thing in libc-wasm-zig. It's clearly an upstream (in zig) bug to report and fix though, and here's the bug report:

https://github.com/ziglang/zig/issues/12922