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

Wasm implementation that works e2e with signify-ts #155

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

Commits on Nov 12, 2023

  1. wip

    jasoncolburne committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    55c8780 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

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

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    f072da5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33c6e33 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. wasm impl that integrates with signify-ts draft.

    Removed profiling step that works with vanilla rust but wasm uses
    wasm-opt instead.
    
    Added license to remove a warning (copied from directory up).
    
    Added some getter macro bindings to dater.
    daidoji committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    614ced2 View commit details
    Browse the repository at this point in the history
  2. removed unused import

    daidoji committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4919c51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f300918 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge branch 'main' into wasm

    daidoji committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9c0d9bd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    fbf111f View commit details
    Browse the repository at this point in the history
  2. "method" attribute only needed for js imported objects.

    Also changed web demo to use getters/setters.
    daidoji committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5840093 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Added wasm-bindgen-test with docs and ci/cd.

    Added a wasm-bindgen-test that runs for the DaterWrapper.
    
    Also added wasm-tests to github actions as well as an updated section to
    the READMEs detailing how to test the wasm crate.
    
    Addresses cesride issue WebOfTrust#162
    daidoji committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    9835a3a View commit details
    Browse the repository at this point in the history
  2. Added wasm-bindgen-test with docs and ci/cd.

    Added a wasm-bindgen-test that runs for the DaterWrapper.
    
    Also added wasm-tests to github actions as well as an updated section to
    the READMEs detailing how to test the wasm crate.
    
    Addresses cesride issue WebOfTrust#162
    daidoji committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c8674c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5a6189 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8152bbe View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    20b6618 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5fbbf8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

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

Commits on Jan 5, 2024

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

Commits on Jan 8, 2024

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