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

introduce sessionv2, written in typescript, for compatibility with latest spin #95

Merged
merged 5 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. sessionv2: init

    Signed-off-by: Danielle Lancashire <[email protected]>
    endocrimes authored and vdice committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7e6599e View commit details
    Browse the repository at this point in the history
  2. app: use sessionv2

    sessionv1 was written in Ruby, which is great for demo purposes, but
    currently relies on an out of date wasi-libc that is unsupported by
    latest spin.
    
    Switch to the new Typescript version with full-wasi support.
    
    Signed-off-by: Danielle Lancashire <[email protected]>
    endocrimes authored and vdice committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    876fefb View commit details
    Browse the repository at this point in the history
  3. ci(build.yml): add dep install for sessionv2

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e965b81 View commit details
    Browse the repository at this point in the history
  4. ci(deploy.yml): use relative build.yml; unpin from main

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a25eaf8 View commit details
    Browse the repository at this point in the history
  5. chore(.github): bump spin to 2.7.0

    Signed-off-by: Vaughn Dice <[email protected]>
    vdice committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8d9ab8b View commit details
    Browse the repository at this point in the history