Jake Archibald
Jake Archibald
> Just a thought, but would it be feasible to bundle with esbuild, and then transpile the completed build with babel? I think this is a good idea, even if...
Ohhh yes it does! https://esbuild.github.io/api/#write for others looking for the docs.
Lowering the window bits will harm compression, as it's the range that back references can operate.
I haven't really read or understood this issue, but "Jake is right" has made my Easter weekend. Thank you.
> we do some sketchy things where we don't grow the box but we do expose more content Struggling to get my head around this, can you go into more...
Ahh, so this means the feature also won't work if the scrollable element has a border, or something else that makes the scrollable area not equal 100% of the viewport...
I'm not actively maintaining this. The latest thing we did at CDS is at https://github.com/GoogleChromeLabs/big-web-quiz/
Related Twitter discussion https://twitter.com/reillyeon/status/886982807725121536. I guess something like: ```ts const mmap = byteStore.mmap(name:String, { start:Number = 0, end:Number }); ``` …would make sense. It would take a write lock on...
Interested to hear from WASM folks: should a mmap hold a write lock on the mmaped area? Or would you need to read it from another thread while mmapping it...
@lukewagner > it would be really nice to map a file into a subrange of an existing AB (viz., the AB of a wasm linear memory) In this model, would...