When I try to debug a problem in the wasm code in a browser (Chrome, Win10,
64bit) the browser's debug window shows me the code. But the names are all
replaced with things like "func513" and "var2". Is there a flag that I
can pass to emcc to ask it to build with the original names?
Also, I n
Is there a way for emscripten to include or merge with an existing wasm
file?
For example, lets say there is a third party wasm named foo.wasm and I want
to make a bar.wasm that exposes foo's interface as well as my own bar api.
I know that you can include bytecode files in the compile commandl
les: https://github.com/bytecodealliance/wasm-tools.
>
> On Mon, Feb 13, 2023 at 10:12 PM craste...@gmail.com
> wrote:
>
>> Is there a way for emscripten to include or merge with an existing wasm
>> file?
>>
>> For example, lets say there is a third party wasm
At runtime, is there a way to ask the driver who or what is the backend
behind a particular CONTEXT handle? I have a case where the hardware
acceleration was enabled, but I suspect it is using the Intel GPU, rather
than the AMD Radeon GPU.
If it matters, I am asking for 4 sample MSAA. Could th
I am seeing an annoying warning by the emscripten compiler, that the MSVC
compiler doesn't give.
It has to do with some code that is calling a function that takes (const
char[]) as a parameter while the variable being fed to it is a (const
char*).
MSVC is fine with that, and emscripten is too.
());
^
~~~
On Sunday, October 15, 2023 at 6:36:08 PM UTC-7 craste...@gmail.com wrote:
> I am seeing an annoying warning by the emscripten compiler, that the MSVC
> compiler doesn't give.
>
> It has to do with some code that is calling a fu
You are a gentleman and a scholar sir.
That worked.
On Monday, October 16, 2023 at 8:54:29 AM UTC-7 jj wrote:
> Try
>
> Debug("%s", (const char*)u32ToStringAsHex(*((uint32_t*)(matrix_values +
> 4))).c_str());
>
> if that helps?
>
> On Mon, Oct 16, 2023 at 4:0
Has something changed? My printf calls are not outputing to the concole...
A change to chrome?
--
You received this message because you are subscribed to the Google Groups
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to emscripten
Is there an API that can be used to ask how much memory has been allocated,
so far, during a session?
--
You received this message because you are subscribed to the Google Groups
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to emsc
Any news, rumors or plans for WASM (followed by emscripten) to support
multiple byte depth unsigned integers?
--
You received this message because you are subscribed to the Google Groups
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
p 3, 2024 at 4:53 PM craste...@gmail.com
> wrote:
>
>> Any news, rumors or plans for WASM (followed by emscripten) to support
>> multiple byte depth unsigned integers?
>
>
> Can you elaborate? What are "multiple byte depth unsigned integers"?
>
> Perhaps
11 matches
Mail list logo