emscripten-discuss - Google Groups (original) (raw)

0 selected

Sam Clegg's profile photo

Sam Clegg

Apr 29

PSA: Emscripten will no longer generate separate ww.js/aw.js files with WASM_WORKERS/AUDIO_WORKLETJust like we did earlier for pthread's worker.js we have now eliminated the separate `ww.js` and

unread,

PSA: Emscripten will no longer generate separate ww.js/aw.js files with WASM_WORKERS/AUDIO_WORKLETJust like we did earlier for pthread's worker.js we have now eliminated the separate `ww.js` and

Apr 29

Sam Clegg's profile photo

Sam Clegg

Apr 17

Is anyone still running emscripten on x86 macOS?We are considering dropping support for x86 macOS and just supporting arm64: https://github.com/

unread,

Is anyone still running emscripten on x86 macOS?We are considering dropping support for x86 macOS and just supporting arm64: https://github.com/

Apr 17

Mibi88's profile photo

Mibi882

Apr 13

Unable to use any emscripten.h function which is defined in javascript in a statically linked libraryI fixed it: I was compiling to a build/index file and I still had an old JS glue code file so I didn

unread,

Unable to use any emscripten.h function which is defined in javascript in a statically linked libraryI fixed it: I was compiling to a build/index file and I still had an old JS glue code file so I didn

Apr 13

Søren Gammelmark's profile photo

Søren Gammelmark, Eduard Mironenko2

Apr 8

A question about BindingType and fallible conversionDo we get paid for answering these questions or is there any portal that offers tasks that you can

unread,

A question about BindingType and fallible conversionDo we get paid for answering these questions or is there any portal that offers tasks that you can

Apr 8

Александр Гурьянов's profile photo

Александр Гурьянов, Sam Clegg4

Apr 3

Question About pthread Message Handling in Web WorkersIn the old filesystem all FS calls are proxied back to the main thread and run there. The proxying

unread,

Question About pthread Message Handling in Web WorkersIn the old filesystem all FS calls are proxied back to the main thread and run there. The proxying

Apr 3

Stephan Bergmann's profile photo

Stephan Bergmann, Sam Clegg2

Apr 2

"Add OpenGL::GL cmake imported targets" breaks Qt6 trunk configureThanks for reporting. I think this should fix it: https://github.com/emscripten-core/emscripten/pull/

unread,

"Add OpenGL::GL cmake imported targets" breaks Qt6 trunk configureThanks for reporting. I think this should fix it: https://github.com/emscripten-core/emscripten/pull/

Apr 2

fidel e.'s profile photo

fidel e.

Mar 25

ASYNCIFY and BigInt IssueHello, I have a C++ class say, class MediaPacket { public: int64_t timestamp; } EMSCRIPTEN_BINDINGS(

unread,

ASYNCIFY and BigInt IssueHello, I have a C++ class say, class MediaPacket { public: int64_t timestamp; } EMSCRIPTEN_BINDINGS(

Mar 25

Sam Clegg's profile photo

Sam Clegg

Mar 19

Proposal to remove EMULATE_FUNCTION_POINTER_CASTS settingThe primary (known) user of this setting (CPython) decided to go a different route several years ago

unread,

Proposal to remove EMULATE_FUNCTION_POINTER_CASTS settingThe primary (known) user of this setting (CPython) decided to go a different route several years ago

Mar 19

Jeremy Friesner's profile photo

Jeremy Friesner

Mar 18

Best way to pass the C++ object's "this" pointer to a JavaScript callback method?I'm using the "Non-abstract virtual methods" approach (ie with optional_override()) to

unread,

Best way to pass the C++ object's "this" pointer to a JavaScript callback method?I'm using the "Non-abstract virtual methods" approach (ie with optional_override()) to

Mar 18

fidel e.'s profile photo

fidel e., … Sam Clegg5

Mar 13

WASM FS no copyOn Thu, Mar 13, 2025 at 8:35 AM fidel e. fidel....@gmail.com wrote: Thank you for your

unread,

WASM FS no copyOn Thu, Mar 13, 2025 at 8:35 AM fidel e. fidel....@gmail.com wrote: Thank you for your

Mar 13

Xellos's profile photo

Xellos, … Sam Clegg5

Mar 5

Optimization levels and settingsOn Wed, Mar 5, 2025 at 2:22 AM Xellos jakub...@gmail.com wrote: I see. Can I reliably

unread,

Optimization levels and settingsOn Wed, Mar 5, 2025 at 2:22 AM Xellos jakub...@gmail.com wrote: I see. Can I reliably

Mar 5

Jeremy Friesner's profile photo

Jeremy Friesner

Feb 25

Memory management in BindingType for string classHi all, I defined a custom BindingType<> structure for my C++ String class, and it (used along

unread,

Memory management in BindingType for string classHi all, I defined a custom BindingType<> structure for my C++ String class, and it (used along

Feb 25

Tim Tommerson's profile photo

Tim Tommerson, Sam Clegg5

Feb 20

emscripten_set_main_loop change causes breakageOn Thu, Feb 20, 2025 at 11:38 AM Tim Tommerson tim666...@gmail.com wrote: Hello , Thanks

unread,

emscripten_set_main_loop change causes breakageOn Thu, Feb 20, 2025 at 11:38 AM Tim Tommerson tim666...@gmail.com wrote: Hello , Thanks

Feb 20

Mo_Al_'s profile photo

Mo_Al_, Tommie Moore4

Feb 13

Getting FLTK to run without issues in the browserI'm not sure I understand the question. Do you mean build your code which uses FLTK? Sent from my

unread,

Getting FLTK to run without issues in the browserI'm not sure I understand the question. Do you mean build your code which uses FLTK? Sent from my

Feb 13

John Dallman's profile photo

John Dallman, Sam Clegg4

Feb 13

Should the copyright date from "emcc --version" be updated?Thanks! The product I'm working on is extremely careful about compiler version changes, and there

unread,

Should the copyright date from "emcc --version" be updated?Thanks! The product I'm working on is extremely careful about compiler version changes, and there

Feb 13

Sam Clegg's profile photo

Sam Clegg

Feb 11

Dropping support for targeting older versions of node (v10-v11)Emscripten currently supports generating code that can run on very old versions of node, going back

unread,

Dropping support for targeting older versions of node (v10-v11)Emscripten currently supports generating code that can run on very old versions of node, going back

Feb 11

audio boy's profile photo

audio boy

Feb 8

emscripten_fetch on bg thread not workingIve recently started using emscripten and have been stuck for several days trying to perform HTTP

unread,

emscripten_fetch on bg thread not workingIve recently started using emscripten and have been stuck for several days trying to perform HTTP

Feb 8

Sam Clegg's profile photo

Sam Clegg, … John Dallman7

Jan 29

Dropping support for older python3 versionI'm working on Rocky Linux 8.10, which has Python 3.6.8. I should be able to get the Python

unread,

Dropping support for older python3 versionI'm working on Rocky Linux 8.10, which has Python 3.6.8. I should be able to get the Python

Jan 29

Urjasvi Suthar's profile photo

Urjasvi Suthar, Sam Clegg6

Jan 14

Fails to compile when using strdup functionHere, https://github.com/emscripten-core/emscripten/issues/23398 Thanks and regards, Urjasvi Suthar

unread,

Fails to compile when using strdup functionHere, https://github.com/emscripten-core/emscripten/issues/23398 Thanks and regards, Urjasvi Suthar

Jan 14

Sam Clegg's profile photo

Sam Clegg

Jan 8

[PSA] emscripten 4.0 is coming soonOccasionally we (semi-arbitrarily) decide to bump the major version of emscripten. In this case it

unread,

[PSA] emscripten 4.0 is coming soonOccasionally we (semi-arbitrarily) decide to bump the major version of emscripten. In this case it

Jan 8

joseph yu's profile photo

joseph yu, Sam Clegg3

Jan 8

How can I get the older release 1.38.12 EMSDK?thanks, it works for me. 在2025年1月7日星期二 UTC+8 00:45:05s...@google.com 写道: It access those

unread,

How can I get the older release 1.38.12 EMSDK?thanks, it works for me. 在2025年1月7日星期二 UTC+8 00:45:05s...@google.com 写道: It access those

Jan 8

Sam Clegg's profile photo

Sam Clegg

Jan 7

[PSA] Plan to remove "?noProxy" sub-feature from `--proxy-to-worker`This feature is currently not documented or tested and I'm hoping to remove it in https://github.

unread,

[PSA] Plan to remove "?noProxy" sub-feature from `--proxy-to-worker`This feature is currently not documented or tested and I'm hoping to remove it in https://github.

Jan 7

Jeremy Friesner's profile photo

Jeremy Friesner

Jan 1

What values might get passed to the eventType parameter of my WebSocket callbacks?Hi all, I'm using the Emscripten websocket-callback API (ie

unread,

What values might get passed to the eventType parameter of my WebSocket callbacks?Hi all, I'm using the Emscripten websocket-callback API (ie

Jan 1

John Dallman's profile photo

John Dallman, Alon Zakai3

12/31/24

Are there more-secure string functions for C available?OK, I'll use strlcat/strlcpy meantime. Thanks, John On Mon, Dec 30, 2024 at 7:10 PM Alon Zakai

unread,

Are there more-secure string functions for C available?OK, I'll use strlcat/strlcpy meantime. Thanks, John On Mon, Dec 30, 2024 at 7:10 PM Alon Zakai

12/31/24

Sam Clegg's profile photo

Sam Clegg, … Brendan Dahl6

12/18/24

[RFC] Changes to how "modularization" works in emscriptenIn another step in the direction of more modern modularization I just landed a change that allows the

unread,

[RFC] Changes to how "modularization" works in emscriptenIn another step in the direction of more modern modularization I just landed a change that allows the

12/18/24

Sam Clegg's profile photo

Sam Clegg

12/16/24

Removing the USE_ES6_IMPORT_META settingHi all, I'm hoping to remove this setting in the next release: https://github.com/emscripten-core

unread,

Removing the USE_ES6_IMPORT_META settingHi all, I'm hoping to remove this setting in the next release: https://github.com/emscripten-core

12/16/24

Jinn Suu's profile photo

Jinn Suu, Sam Clegg3

12/13/24

need EMSDK 1.38.31Let's continue this on the bug with the question: https://github.com/emscripten-core/emscripten/

unread,

need EMSDK 1.38.31Let's continue this on the bug with the question: https://github.com/emscripten-core/emscripten/

12/13/24

Александр Гурьянов's profile photo

Александр Гурьянов, … Sam Clegg4

12/11/24

Uncaught RuntimeError: unaligned memory access (wasm only build)1. I use only the simplest atomics, like atomic_int , atomic_bool , etc. I will try to figure it out.

unread,

Uncaught RuntimeError: unaligned memory access (wasm only build)1. I use only the simplest atomics, like atomic_int , atomic_bool , etc. I will try to figure it out.

12/11/24

Sam Clegg's profile photo

Sam Clegg

12/10/24

Dropping pollyfils for ancient browser versionsEmscripten supports older browsers via `-sLEGACY_BROWSER_SUPPORT` or via `-sMIN_XXX_VERSION` settings

unread,

Dropping pollyfils for ancient browser versionsEmscripten supports older browsers via `-sLEGACY_BROWSER_SUPPORT` or via `-sMIN_XXX_VERSION` settings

12/10/24

Keith Teo's profile photo

Keith Teo, … Sam Clegg3

12/10/24

Running multithreaded Emscripten from D8?If you want threads you will need to either run under Node or in the browser. Emscripten only has

unread,

Running multithreaded Emscripten from D8?If you want threads you will need to either run under Node or in the browser. Emscripten only has

12/10/24