Dannii Willis
Dannii Willis
Consider using the [compression streams API](https://developer.mozilla.org/en-US/docs/Web/API/Compression_Streams_API) for single-file mode, to compress binary resources before base64 encoding them.
**Version of emscripten/emsdk:** ``` emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.59 (0e4c5994eb5b8defd38367a416d0703fd506ad81) clang version 19.0.0git (https:/github.com/llvm/llvm-project df762a1643bb5b0b3c907611d118c82d4b68a39d) ``` I've found a randomly occurring bug. I uploaded a...
**Version of emscripten/emsdk:** ``` emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.59 (0e4c5994eb5b8defd38367a416d0703fd506ad81) clang version 19.0.0git (https:/github.com/llvm/llvm-project df762a1643bb5b0b3c907611d118c82d4b68a39d) ``` I'm trying to preload some files (in a pre-js...
Hi, I made [a project which handles versification systems for OSIS references](https://github.com/curiousdannii/reversify), and as I couldn't find any good source of versification differences, I started [my own data file](https://github.com/curiousdannii/reversify/blob/master/src/transformations.data). This...
Add Praxix and some other tests
**Version of emscripten/emsdk:** emscripten/emsdk:3.1.56 (a little behind I know, but I couldn't see any recent changes that looked relevant. I will try updating soon.) I think this is a follow...
I've update GTE for Inform 11 - my first time making a directory extension. I just remembered that I want to try making the window column be a description. Ah,...
Similar to #51, unicode characters over U+FF are not echoed correctly.
Document the issue from https://github.com/sveltejs/svelte/issues/5817 This is just a suggestion to get the ball rolling. Please feel free to refine my text as much as needed.
Emscripten doesn't bundle the zoneinfo file, but it does support the libc and C++ time libraries, through which you can get the timezone. Would it be in scope to use...