]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136976: Emscripten: Add _decimal and libmpdec (#136997)
authorHood Chatham <roberthoodchatham@gmail.com>
Thu, 24 Jul 2025 06:31:30 +0000 (08:31 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Jul 2025 06:31:30 +0000 (06:31 +0000)
commitecb3f23b9494c30cdd7c68eb20d7ba01e1a334f4
tree573f9f6e2268bcbb7e6daad1c65316a4bd2afb68
parentdc27218225fc3cfc452c46764e7cb0c1a52792b3
gh-136976: Emscripten: Add _decimal and libmpdec (#136997)

Adds tooling to build mpdec (and thus _decimal) as part of an Emscripten build.
Tools/wasm/emscripten/__main__.py