Alon Zakai
Alon Zakai
> The immediate problem I'd like to solve is how to add ports without adding: > * New settings such as USE_ZLIB I think we can get rid of that...
I think there's no reason to create a forked directory unnecessarily. Perhaps we created some historically when we thought we would need patches, but ended up not needing them? PRs...
Probably the best way to figure out a regression like this is to bisect, https://emscripten.org/docs/contributing/developers_guide.html#bisecting
With https://github.com/WebAssembly/binaryen/pull/6764 landed, this should be fixed in the next build of binaryen.js, but please verify that and let me know if not.
We don't have an option for this atm. You can approximate it by running in a debugger and stopping on any `FailToEvalException`, then inspecting the stack. We eval in an...
Oh, we do have a spammy option already I believe. Add ```cpp #define WASM_INTERPRETER_DEBUG 1 ``` at the top of `src/wasm-interpreter.h`.
> there are Web APIs for encryption Off the Web, there is [wasi-crypto](https://github.com/WebAssembly/wasi-crypto) (seems to be at [phase 1](https://github.com/WebAssembly/WASI/blob/main/Proposals.md#phase-1---feature-proposal-cg)).
I've been thinking about this, but I don't yet have a good idea for something like outlining in wasm (the asm.js approach was quite hackish and we had a bunch...
@titzer Perhaps it's best not to apply the 128K limit right now? It will break Godot and likely other things. This will cause confusion and frustration for users.
@MikeHolman: When is the next Windows release? We can try to figure out a solution for Godot, but we may need to do something more radical if we can't expect...