Skip to content

use binary messages in wasm client <-> worker comms #788

@zvolin

Description

@zvolin

currently we use serde_wasm_bindgen, which is a hacky way to serialize stuff to / from js value, e.g. it doesn't support with well. We could instead use a binary serialization format to avoid footguns. This could be pushed more in future to allow for array buffer transfers (and maybe even zero copy)

Metadata

Metadata

Assignees

No one assigned

    Labels

    node-wasmRelated to `lumina-node-wasm`

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions