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

WIP: expose a JS api through WASM. #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    a4b3959 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. WIP: UcanBuilder and friends

    Unfortunately wasm-bindgen can't expose structs with lifetimes,
    so this commit removes the lifetime on UcanBuilder. This requires
    an additional Clone bound added to KeyMaterial, breaking non-wasm builds.
    fabricedesre committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    674d8d1 View commit details
    Browse the repository at this point in the history
  2. wip: testing isTooEarly

    fabricedesre committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    50b614e View commit details
    Browse the repository at this point in the history