feat(jans-cedarling): add WASM bindings for Cedarling #10013
Labels
comp-jans-cedarling
Touching folder /jans-cedarling
enhancement
kind-feature
Issue or PR is a new feature request
Milestone
Feature Request: WASM Bindings for Cedarling
Is your feature request related to a problem? Please describe.
This feature request focuses on implementing WebAssembly (WASM) bindings for the Cedarling project, allowing it to run in a web environment.
Describe the solution you'd like
The following steps are necessary to be able to compile Cedarling to WASM:
uuid7
crate withuuid
configured with thejs
feature enabled for better WASM compatibility.reqwest::Client
in place ofreqwest::blocking::Client
to avoid blocking I/O calls.Cedarling::authz
asynchronous to support non-blocking initialization.The text was updated successfully, but these errors were encountered: