Ivan Nikulin
Ivan Nikulin
P.s. merry xmas :santa:
We don't have WebWorkers in Node. It will require native extension.
It's doable in the sync manner, but can't say it's very straightforward: - We need to introduce 2 new traits: ```rust /// A trait for byte chunk iterator that can...
@IgorMinar no work is done on that, I'm just giving the directions as the original author of the library. We're discussing with Andrew G who can carry this work as...
Is https://docs.rs/foundations/latest/foundations/telemetry/struct.MemoryProfiler.html#method.heap_stats what you're looking for?
That's a valid concern. For now you can restore the old behaviour via a feature toggle: https://github.com/cloudflare/foundations/blob/main/foundations/Cargo.toml#L60C1-L60C40 However, it's not ergonomic as it was before, because now you would need...