Edit

kc3-lang/libffi/src/wasm32

Branch :

  • Show log

    Commit

  • Author : Hood Chatham
    Date : 2024-02-15 04:51:12
    Hash : b3091029
    Message : Emscripten: Don't unbox single element structs if they are larger than 16 bytes (#818) This arguably is a compensation for a Python ctypes bug / strange behavior described here: https://github.com/python/cpython/blob/a16a9f978f42b8a09297c1efbf33877f6388c403/Modules/_ctypes/stgdict.c#L718-L779 If a struct is larger than 16 bytes, Python does not bother to accurately report its contents figuring that we don't need to know.