Wasm support #6
Labels
domain: Rust
Involves Rust code.
priority: someday
If you need this, please let me know!
state: approved
Approved to proceed.
type: feature
Brand new functionality, features, pages, workflows, endpoints, etc.
work: complicated
A specific goal already exists, but the path there isn't certain.
Is your feature request related to a problem? Please describe.
This project is ultimately intended to be used by Asteracea, which should also run as web frontend framework, but it uses async-lock's
OnceCell
in a way that's not supported there.Describe the solution you'd like
The implementation has to be adjusted somehow to avoid "
once.set_blocking
", or a different (or no) library may have to be used.Describe alternatives you've considered
-
Additional context
-
The text was updated successfully, but these errors were encountered: