Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an example of processing transferrable types with worker #371

Merged
merged 14 commits into from
Oct 5, 2023

Conversation

futursolo
Copy link
Collaborator

@futursolo futursolo commented Sep 17, 2023

Fix #275.
Closes #340 (by superseding it).

The latest version of serde-wasm-bindgen implements a mechanism that allows web_sys::JsValue types to be serialised and deserialised directly.

This pull request demonstrates this.

This pull request also checks in Cargo.lock which prevents dependency bumping MSRV beyond gloo breaking CI.

Copy link
Collaborator

@ranile ranile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a much better way of transferring data

@ranile ranile merged commit c5acaa0 into rustwasm:master Oct 5, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Send Blob to a Worker
2 participants