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

fix(wasmstan): use Stan's json_data var context #145

Merged
merged 3 commits into from
Oct 28, 2024

Commits on Oct 27, 2024

  1. fix(wasmstan): use JSON var context to pass data

    It's tricky to get the data in the right format otherwise. I'll try
    and revisit this at some point when I have more time to fix the
    unfortunate issues this creates with types, but for now this will
    at least fix things.
    sd2k committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    36987ab View commit details
    Browse the repository at this point in the history
  2. Bump augurs-js to 0.5.4-dev.0

    sd2k committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    9fe7a4d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Fix minor issues noticed in PR

    Newtypes and comments on JS bindings, extra log lines in
    tracing output, commented code, versions, and refresh in
    tests.
    sd2k committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    20a5efd View commit details
    Browse the repository at this point in the history