Saúl Ibarra Corretgé

Results 3597 comments of Saúl Ibarra Corretgé

@DavidPerezIngeniero you are in the wrong repository. See: https://github.com/jitsi/jitsi-meet

Hey @ibauersachs that's not very welcoming for contributors, is it? Granted, Jitsi Desktop sees very little development, but if people want to reignite it, they should! @GNUDimarik I'd say go...

Aare we affected by the issues described in the CVEs? At least one of them mentions that it only affects a certain low-level API usage. Just trying to gauge the...

Currently I'm trying to access a module's functions by iterating over the functions and getting crashes when getting the name. Here is how they look like, when loading a WASM...

To clarify, this is happening only in Debug builds, while trying to update wasm3 in txiki.js: https://github.com/saghul/txiki.js/pull/171

I tried to get back at this, and this is how the functions array looks like in release mode: ``` {module = 0x5555557b2850, import = {moduleUtf8 = 0x0, fieldUtf8 =...

If I remove this line: https://github.com/wasm3/wasm3/blob/b76fe31fb3504fd6051866b9818c46f86b59af8a/CMakeLists.txt#L102 the problem goes away...

I'm very new to WASI (and WASM for that matter) so excuse my ignorance :-) At this point, I'm trying to run a JS interpreter which uses select / poll...

[qjs.wasm.zip](https://github.com/wasmerio/wasmer/files/3485302/qjs.wasm.zip) There you go, cheers!