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

Update the JavaScript runtime to use wit bindgen #429

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on May 15, 2022

  1. Blank slate

    Michael-F-Bryan committed May 15, 2022
    Configuration menu
    Copy the full SHA
    8ad25f1 View commit details
    Browse the repository at this point in the history
  2. Started working on a new runtime

    Michael-F-Bryan committed May 15, 2022
    Configuration menu
    Copy the full SHA
    c73e604 View commit details
    Browse the repository at this point in the history
  3. Started wiring the runtime up to the pipeline

    Michael-F-Bryan committed May 15, 2022
    Configuration menu
    Copy the full SHA
    254e81b View commit details
    Browse the repository at this point in the history
  4. Created a pipeline test

    Michael-F-Bryan committed May 15, 2022
    Configuration menu
    Copy the full SHA
    d58f121 View commit details
    Browse the repository at this point in the history
  5. Updated GitHub Actions to test the new @hotg-ai/rune package

    Michael-F-Bryan committed May 15, 2022
    Configuration menu
    Copy the full SHA
    fecb07a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Made sure we handle proc-block errors appropriately

    Michael-F-Bryan committed May 19, 2022
    Configuration menu
    Copy the full SHA
    8a066bc View commit details
    Browse the repository at this point in the history
  2. Implementing determinePipeline()

    Michael-F-Bryan committed May 19, 2022
    Configuration menu
    Copy the full SHA
    e8aefcc View commit details
    Browse the repository at this point in the history
  3. Updated sine.zip to use the input proc-blocks

    Michael-F-Bryan committed May 19, 2022
    Configuration menu
    Copy the full SHA
    1f89e4d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Hacking away at the pipeline code

    Michael-F-Bryan committed May 20, 2022
    Configuration menu
    Copy the full SHA
    47535ac View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Implemented a "tree-walker" style runtime

    Michael-F-Bryan committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1a62aa3 View commit details
    Browse the repository at this point in the history
  2. Switching in the alternate Runtime implementation

    Michael-F-Bryan committed May 25, 2022
    Configuration menu
    Copy the full SHA
    d930bb2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. We can run the sine Rune!

    Michael-F-Bryan committed May 26, 2022
    Configuration menu
    Copy the full SHA
    b17ac28 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Wired up a proper logger and started preparing for release

    Michael-F-Bryan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    f881d66 View commit details
    Browse the repository at this point in the history
  2. v0.12.0-rc.0

    Michael-F-Bryan committed May 27, 2022
    Configuration menu
    Copy the full SHA
    109e7e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. 🤦

    Michael-F-Bryan committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    e569160 View commit details
    Browse the repository at this point in the history
  2. Make sure we only publish files we need

    Michael-F-Bryan committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    1c532f3 View commit details
    Browse the repository at this point in the history
  3. Reworking the way we think about Runefiles

    Michael-F-Bryan committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b4304a0 View commit details
    Browse the repository at this point in the history
  4. Reverted an accidental change

    Michael-F-Bryan committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    205701f View commit details
    Browse the repository at this point in the history