Groups
Sign in
Groups
emscripten-discuss
Conversations
About
Send feedback
Help
emscripten-discuss
Contact owners and managers
1–30 of 3031
Mark all as read
Report group
0 selected
John Dallman
,
Sam Clegg
14
Nov 7
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
Nov 7
rapt...@gmail.com
, …
キャロウ マーク
3
Nov 5
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
Nov 5
Davide Mercanti
, …
Brooke Vibber
5
Nov 2
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
Nov 2
Stephan Bergmann
,
Sam Clegg
3
Oct 25
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
Oct 25
Sam Clegg
Oct 2
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
Oct 2
Mo_Al_
Sep 25
Getting FLTK to run without issues in the browser
Hi all, I'm working on getting FLTK to work on the browser. Support code here: https://github.com
unread,
Getting FLTK to run without issues in the browser
Hi all, I'm working on getting FLTK to work on the browser. Support code here: https://github.com
Sep 25
Jie Pan
,
Sam Clegg
3
Sep 10
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:
Sep 10
Stephan Bergmann
,
Sam Clegg
2
Sep 4
`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
Sep 4
craste...@gmail.com
,
Sam Clegg
4
Sep 3
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
Sep 3
Stephan Bergmann
,
Sam Clegg
3
Aug 23
_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?
Aug 23
Stephan Bergmann
,
Heejin Ahn
3
Aug 8
Implementation of -fexceptions and -fwasm-exceptions
On 8/8/24 03:32, Heejin Ahn wrote: > The details on why, just in case anyone is interested: Thanks
unread,
Implementation of -fexceptions and -fwasm-exceptions
On 8/8/24 03:32, Heejin Ahn wrote: > The details on why, just in case anyone is interested: Thanks
Aug 8
Dan C
,
Alon Zakai
4
Aug 6
The header experimental/filesystem can't be found while compiling with -std=gnu++11
It seems that I can compile some files with -std=gnu++17 and other files with -std=gnu++11. Dan On
unread,
The header experimental/filesystem can't be found while compiling with -std=gnu++11
It seems that I can compile some files with -std=gnu++17 and other files with -std=gnu++11. Dan On
Aug 6
Zach Mertens
,
Sam Clegg
4
Jul 15
Bundling Emscripten-generated JS with Vite
This does sound like a vite bundling issue. I dont know of anything in emscripten that is specific to
unread,
Bundling Emscripten-generated JS with Vite
This does sound like a vite bundling issue. I dont know of anything in emscripten that is specific to
Jul 15
Patrick Collins
,
Sam Clegg
6
Jul 11
What is the correct way to have multiple audio processors streaming samples to the output buffer?
ahhhh thank you!!! --profiling-funcs revealed to me, this was not a bug with enscripten, but rather,
unread,
What is the correct way to have multiple audio processors streaming samples to the output buffer?
ahhhh thank you!!! --profiling-funcs revealed to me, this was not a bug with enscripten, but rather,
Jul 11
Lu Quest
Jul 10
use of undeclared identifier 'glBindVertexArrayOES'
Hi, I am trying to build an OpenGL ES 2 app with imgui, but get error: use of undeclared identifier
unread,
use of undeclared identifier 'glBindVertexArrayOES'
Hi, I am trying to build an OpenGL ES 2 app with imgui, but get error: use of undeclared identifier
Jul 10
themixup
, …
Alon Zakai
6
Jul 10
Optimization takes a long time!!
Thank you!! After removing the Asyncify option, the build time and size have been significantly
unread,
Optimization takes a long time!!
Thank you!! After removing the Asyncify option, the build time and size have been significantly
Jul 10
NgulaDE
,
Sam Clegg
4
Jul 9
Identification of malloc and free
On Tue, Jul 9, 2024 at 2:28 AM NgulaDE <nguy...@gmail.com> wrote: Thank you so much for the
unread,
Identification of malloc and free
On Tue, Jul 9, 2024 at 2:28 AM NgulaDE <nguy...@gmail.com> wrote: Thank you so much for the
Jul 9
Ivan Enzhaev
,
Sam Clegg
5
Jul 8
First app with WebSockets
Regarding the missing malloc export, I uploaded a fix here: https://github.com/emscripten-core/
unread,
First app with WebSockets
Regarding the missing malloc export, I uploaded a fix here: https://github.com/emscripten-core/
Jul 8
Andrea M
,
Alon Zakai
4
Jul 4
Off-screen canvas rendering
Thank you, will try it out! On Wed, 3 Jul 2024, 20:32 Alon Zakai, <alon...@gmail.com> wrote:
unread,
Off-screen canvas rendering
Thank you, will try it out! On Wed, 3 Jul 2024, 20:32 Alon Zakai, <alon...@gmail.com> wrote:
Jul 4
fidel espanto
,
Sam Clegg
2
Jul 3
[RuntimeError: unreachable] Retrieving from async function in C++
If you build with `-g` (or just `--profiling-funcs`) when you should see symbol names in your
unread,
[RuntimeError: unreachable] Retrieving from async function in C++
If you build with `-g` (or just `--profiling-funcs`) when you should see symbol names in your
Jul 3
fidel espanto
,
Brendan Dahl
2
Jul 2
Set a callback function in val::object
Lambdas don't currently work with val. You could do something like this: struct Init { void
unread,
Set a callback function in val::object
Lambdas don't currently work with val. You could do something like this: struct Init { void
Jul 2
Andrea M
,
Sam Clegg
5
Jun 30
SIDE_MODULE causes "imported function does not match the expected type"
Static linking appears to do the job! Now I just need to rewrite/replace the bits that just won't
unread,
SIDE_MODULE causes "imported function does not match the expected type"
Static linking appears to do the job! Now I just need to rewrite/replace the bits that just won't
Jun 30
Grayson Clark
,
Sam Clegg
6
Jun 17
.tmp0 output file
I have no idea what phase of the linker might be creating that file. One possible way to figure it
unread,
.tmp0 output file
I have no idea what phase of the linker might be creating that file. One possible way to figure it
Jun 17
キャロウ マーク
, …
Sam Clegg
8
Jun 5
embind questions
On Jun 3, 2024, at 10:11, 'Sam Clegg' via emscripten-discuss <emscripten-discuss@
unread,
embind questions
On Jun 3, 2024, at 10:11, 'Sam Clegg' via emscripten-discuss <emscripten-discuss@
Jun 5
Sam Clegg
2
May 28
Dropping support for Ubuntu/Bionic by upgrading to nodejs v18
OK, this change is happening now. The emsdk version of node has been updated from v16 to v18. If you
unread,
Dropping support for Ubuntu/Bionic by upgrading to nodejs v18
OK, this change is happening now. The emsdk version of node has been updated from v16 to v18. If you
May 28
キャロウ マーク
, …
Sam Clegg
12
May 25
Embind 3.1.60 broke my binding.
On May 24, 2024, at 3:08, 'Sam Clegg' via emscripten-discuss <emscripten-discuss@
unread,
Embind 3.1.60 broke my binding.
On May 24, 2024, at 3:08, 'Sam Clegg' via emscripten-discuss <emscripten-discuss@
May 25
lxp...@gmail.com
2
May 25
HEAPU8 not found
(I found the issue. HEAPU8 had to be added to the runtime https://github.com/emscripten-core/
unread,
HEAPU8 not found
(I found the issue. HEAPU8 had to be added to the runtime https://github.com/emscripten-core/
May 25
Felipe Gasper
,
Sam Clegg
5
May 21
WASM memory access from JS
> On May 21, 2024, at 6:52 PM, 'Sam Clegg' via emscripten-discuss <emscripten-discuss@
unread,
WASM memory access from JS
> On May 21, 2024, at 6:52 PM, 'Sam Clegg' via emscripten-discuss <emscripten-discuss@
May 21
craste...@gmail.com
May 15
WASM memory usage
Is there an API that can be used to ask how much memory has been allocated, so far, during a session?
unread,
WASM memory usage
Is there an API that can be used to ask how much memory has been allocated, so far, during a session?
May 15
Stephan Bergmann
, …
Alon Zakai
4
May 15
How to find the default value of e.g. -sSTACK_SIZE
On 5/14/24 21:39, Alon Zakai wrote: > Inspired by this discussion, I added the default values to
unread,
How to find the default value of e.g. -sSTACK_SIZE
On 5/14/24 21:39, Alon Zakai wrote: > Inspired by this discussion, I added the default values to
May 15