Samuel Colvin
Samuel Colvin
> Recursive Rust code definitely uses the stack Sorry, I wasn't very clear. What I meant was > I had assumed recursive code in rust avoided the **python call** stack...
Makes sense, thanks.
Great, thank you. No particular hurry from me, it's a possibly overkill warning in a semi-private class.
This is really exciting, thanks everyone for your work on this. I'd love pydantic-core to be a guinea pig for releasing packages with wasm support. It should be a good...
thanks @messense samuelcolvin/pydantic-core#106.
Agreed.
ye, I've ended up with a `[pyclass]`.
@cosmosanalytics you'll need to work with the authors of those packages to get them distributed as wheels.
Forgot to add ``` ➤ emcc --version emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.14-git ``` installed from [brew](https://formulae.brew.sh/formula/emscripten). In case it helps.
I've just checked this with docker and latest `emsdk`, so seems to be related specifically to arm64.