You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: