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

[FEATURE] - Add Support for WASM #64

Open
tqwewe opened this issue Oct 11, 2024 · 0 comments
Open

[FEATURE] - Add Support for WASM #64

tqwewe opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tqwewe
Copy link
Owner

tqwewe commented Oct 11, 2024

Feature Description

Kameo currently hasn't been tested on in WASM targets. Having kameo actors work in the browser or on WASM targets would be a great feature to have.

Motivation

More platforms == better!

Proposed Solution

Tokio seems to have partial support for WASM as documented here: https://docs.rs/tokio/latest/tokio/#wasm-support

The only feature kameo has enabled on tokio which isn't listed as a supported WASM featue in tokio is tracing. However this can very easily be toggled depending on the build target.

@tqwewe tqwewe added the enhancement New feature or request label Oct 11, 2024
@tqwewe tqwewe self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant