Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
emscripten-discuss
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
emscripten-discuss
Contact owners and managers
1–30 of 3049
Mark all as read
Report group
0 selected
Mo_Al_
,
Tommie Moore
4
Feb 13
Getting FLTK to run without issues in the browser
I'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 browser
I'm not sure I understand the question. Do you mean build your code which uses FLTK? Sent from my
Feb 13
John Dallman
,
Sam Clegg
4
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
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
Feb 8
emscripten_fetch on bg thread not working
Ive recently started using emscripten and have been stuck for several days trying to perform HTTP
unread,
emscripten_fetch on bg thread not working
Ive recently started using emscripten and have been stuck for several days trying to perform HTTP
Feb 8
Sam Clegg
, …
John Dallman
7
Jan 29
Dropping support for older python3 version
I'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 version
I'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
,
Sam Clegg
6
Jan 14
Fails to compile when using strdup function
Here, https://github.com/emscripten-core/emscripten/issues/23398 Thanks and regards, Urjasvi Suthar
unread,
Fails to compile when using strdup function
Here, https://github.com/emscripten-core/emscripten/issues/23398 Thanks and regards, Urjasvi Suthar
Jan 14
Sam Clegg
Jan 8
[PSA] emscripten 4.0 is coming soon
Occasionally we (semi-arbitrarily) decide to bump the major version of emscripten. In this case it
unread,
[PSA] emscripten 4.0 is coming soon
Occasionally we (semi-arbitrarily) decide to bump the major version of emscripten. In this case it
Jan 8
joseph yu
,
Sam Clegg
3
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:05<s...@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:05<s...@google.com> 写道: It access those
Jan 8
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
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
,
Alon Zakai
3
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
, …
Brendan Dahl
6
12/18/24
[RFC] Changes to how "modularization" works in emscripten
In 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 emscripten
In another step in the direction of more modern modularization I just landed a change that allows the
12/18/24
Sam Clegg
12/16/24
Removing the USE_ES6_IMPORT_META setting
Hi all, I'm hoping to remove this setting in the next release: https://github.com/emscripten-core
unread,
Removing the USE_ES6_IMPORT_META setting
Hi all, I'm hoping to remove this setting in the next release: https://github.com/emscripten-core
12/16/24
Jinn Suu
,
Sam Clegg
3
12/13/24
need EMSDK 1.38.31
Let's continue this on the bug with the question: https://github.com/emscripten-core/emscripten/
unread,
need EMSDK 1.38.31
Let's continue this on the bug with the question: https://github.com/emscripten-core/emscripten/
12/13/24
Александр Гурьянов
, …
Sam Clegg
4
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
12/10/24
Dropping pollyfils for ancient browser versions
Emscripten supports older browsers via `-sLEGACY_BROWSER_SUPPORT` or via `-sMIN_XXX_VERSION` settings
unread,
Dropping pollyfils for ancient browser versions
Emscripten supports older browsers via `-sLEGACY_BROWSER_SUPPORT` or via `-sMIN_XXX_VERSION` settings
12/10/24
Keith Teo
, …
Sam Clegg
3
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
guest271314
,
Alon Zakai
2
12/2/24
How to compile WABT wasm2c output from Bytecode Alliance Javy (including wasi_snapshot_preview1) to a standalone executable?
I am not sure how much WASI support wabt's wasm2c has, but it does show up in tests and examples:
unread,
How to compile WABT wasm2c output from Bytecode Alliance Javy (including wasi_snapshot_preview1) to a standalone executable?
I am not sure how much WASI support wabt's wasm2c has, but it does show up in tests and examples:
12/2/24
Mark Sibly
, …
guest271314
4
12/1/24
How to use sharedArrayBuffer inside an 'iframe'
Possible. Here's how I use a Web extension to stream real-time audio captured using a Native
unread,
How to use sharedArrayBuffer inside an 'iframe'
Possible. Here's how I use a Web extension to stream real-time audio captured using a Native
12/1/24
Luis Torres
, …
Carl Woffenden
7
11/22/24
WebAudio AudioWorklets in C++: sample rate?
Readonly, so you can read the value valid for that audio frame. On Friday, November 22, 2024 at 6:28:
unread,
WebAudio AudioWorklets in C++: sample rate?
Readonly, so you can read the value valid for that audio frame. On Friday, November 22, 2024 at 6:28:
11/22/24
caiiiycuk
11/19/24
Does emscripten-ports/boost has patches against normal boost?
Hi, I need to use Boost in my project, and the Boost headers from Emscripten-Ports work perfectly,
unread,
Does emscripten-ports/boost has patches against normal boost?
Hi, I need to use Boost in my project, and the Boost headers from Emscripten-Ports work perfectly,
11/19/24
John Dallman
,
Sam Clegg
14
11/7/24
Emscripten C/C++ headers
On Thu, Nov 7, 2024 at 7:03 AM John Dallman <jgdats...@gmail.com> wrote: > In that case I
unread,
Emscripten C/C++ headers
On Thu, Nov 7, 2024 at 7:03 AM John Dallman <jgdats...@gmail.com> wrote: > In that case I
11/7/24
rapt...@gmail.com
, …
キャロウ マーク
3
11/5/24
OpenGL1 pipeline-- nothing renders after updating emscriptem
Almost certainly this is the known regression that you now (since 3.1.51) need -s
unread,
OpenGL1 pipeline-- nothing renders after updating emscriptem
Almost certainly this is the known regression that you now (since 3.1.51) need -s
11/5/24
Davide Mercanti
, …
Brooke Vibber
5
11/2/24
Compile with Zlib
Ok. I've compiled libzip. I can read entries names but how can I pass buffer to Javascript for
unread,
Compile with Zlib
Ok. I've compiled libzip. I can read entries names but how can I pass buffer to Javascript for
11/2/24
Stephan Bergmann
,
Sam Clegg
3
10/25/24
FS no longer populated after "Micro-optimize preRun/postRun handling. NFC (#22671)"
On 10/21/24 19:20, 'Sam Clegg' via emscripten-discuss wrote: > Ah! Of course we were
unread,
FS no longer populated after "Micro-optimize preRun/postRun handling. NFC (#22671)"
On 10/21/24 19:20, 'Sam Clegg' via emscripten-discuss wrote: > Ah! Of course we were
10/25/24
Sam Clegg
10/2/24
post-checkout git hook for emscripten
If you use emscripten via git then you will be aware of the `./bootstrap` script that needs to run to
unread,
post-checkout git hook for emscripten
If you use emscripten via git then you will be aware of the `./bootstrap` script that needs to run to
10/2/24
Jie Pan
,
Sam Clegg
3
9/10/24
How to rerun build-test
Thanks for the information! I will comment the PR if needed. On Tuesday, September 10, 2024 at 11:35:
unread,
How to rerun build-test
Thanks for the information! I will comment the PR if needed. On Tuesday, September 10, 2024 at 11:35:
9/10/24
Stephan Bergmann
,
Sam Clegg
2
9/4/24
`emsdk install` vs. `emsdk activate`
You are correct in your assumption. The idea is that you can have more installed tools than active
unread,
`emsdk install` vs. `emsdk activate`
You are correct in your assumption. The idea is that you can have more installed tools than active
9/4/24
craste...@gmail.com
,
Sam Clegg
4
9/3/24
unsigned
On Tue, Sep 3, 2024 at 5:32 PM craste...@gmail.com <craste...@gmail.com> wrote: I mean
unread,
unsigned
On Tue, Sep 3, 2024 at 5:32 PM craste...@gmail.com <craste...@gmail.com> wrote: I mean
9/3/24
Stephan Bergmann
,
Sam Clegg
3
8/23/24
_emscripten_run_callback_on_thread causing deadlocks
On 8/22/24 18:02, Sam Clegg wrote: > That looks like a regression. Could you open a bug for this?
unread,
_emscripten_run_callback_on_thread causing deadlocks
On 8/22/24 18:02, Sam Clegg wrote: > That looks like a regression. Could you open a bug for this?
8/23/24