Replies: 1 comment 2 replies
-
Thanks @hoodmane! Regarding the TTY/stdin/stdout issues, I think it would be great to get them fixed upstream (here). Regarding "In the main browser thread, a dynamic library can only be loaded synchronously if it is at most 4 kilobytes", this no longer true. The limit was bumped some time last year I believe and its now 8mb. See https://groups.google.com/a/chromium.org/g/blink-dev/c/nJw2zwaiJ2s/m/EYPgC5D3LwAJ. Regarding function pointers casts. Are you guys not using |
Beta Was this translation helpful? Give feedback.
-
I am working on a proposal documenting the state of Python Emscripten support. The current text is here.
I would appreciate feedback from any Emscripten maintainers and community members who care to comment. Specifically, a significant portion of the text is spent describing the Emscripten target, runtime, and toolchain. I would like to make sure the Emscripten maintainers agree with the tone and substance of what I say here.
cc @sbc100 @kleisauke.
Beta Was this translation helpful? Give feedback.
All reactions