Why not a shared buffer? Serializing into JSON on this hot path should be entirely avoidable
I think a shared array just avoids the copy, not the serialization which is the main problem as they showed with serde-wasm-bindgen test
[dead]
I think a shared array just avoids the copy, not the serialization which is the main problem as they showed with serde-wasm-bindgen test