Hood Chatham
Hood Chatham
Okay, on my local setup, all tests pass except the following: 1. `test_date_fromtimestamp` in the unit tests has a function signature mismatch. This probably requires fixing in pyo3. This is...
I am looking into adding emscripten-wasm CI support for setuptools-rust next.
Also, very happy to provide advice about building for the emscripten-wasm target. I don't know as much about wasi, and I've been putting off on learning it because it doesn't...
Actually, it seems like all of pyo3 requires libffi? The only wasm target that currently has a libffi port is emscripten-wasm32 so I don't think you will be able to...
> That's interesting, can you detail to me why this appears to be the case? In that case I'm probably wrong! I think I read `examples/rust_with_cffi/setup.py` and thought it was...
Okay now I remember why I was using `-Z build-std`. Sometimes I get errors like follows: ``` wasm-ld: error: /src/.docker_home/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/\ lib/rustlib/wasm32-unknown-emscripten/lib/libstd-e14e219672153ff7.rlib(std-e14e219672153ff7.std.49da7a3a-cgu.0.rcgu.o): relocation R_WASM_MEMORY_ADDR_SLEB cannot be used against symbol `.Lanon.723cf3bb54e6bddb0910b844743e191c.34`; recompile...
Well there's a couple more things I'm interested in: 1. I'd like to run the tests that mix Rust and C/C++. This is quite common in real packages. 2. I'm...
@pmp-p
My most recent 3.11 build was in April: https://github.com/hoodmane/pyodide/tree/python-tot I think @antocuni was talking about trying to get a 3.11b3 build working. When I was working on 3.11 before, numpy...
I think just using the ffi is better.