-
-
Notifications
You must be signed in to change notification settings - Fork 1
Wasm support #6
Copy link
Copy link
Open
Labels
domain: RustInvolves Rust code.Involves Rust code.priority: somedayIf you need this, please let me know!If you need this, please let me know!state: approvedApproved to proceed.Approved to proceed.type: featureBrand new functionality, features, pages, workflows, endpoints, etc.Brand new functionality, features, pages, workflows, endpoints, etc.work: complicatedA specific goal already exists, but the path there isn't certain.A specific goal already exists, but the path there isn't certain.
Description
Activity
Metadata
Metadata
Assignees
Labels
domain: RustInvolves Rust code.Involves Rust code.priority: somedayIf you need this, please let me know!If you need this, please let me know!state: approvedApproved to proceed.Approved to proceed.type: featureBrand new functionality, features, pages, workflows, endpoints, etc.Brand new functionality, features, pages, workflows, endpoints, etc.work: complicatedA specific goal already exists, but the path there isn't certain.A specific goal already exists, but the path there isn't certain.
Projects
- StatusShow more project fieldsReady
- StatusShow more project fieldsReady
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
OnceCellin 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
-