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

feat: JS runtime #78

Merged
merged 14 commits into from
Apr 5, 2024
Merged

feat: JS runtime #78

merged 14 commits into from
Apr 5, 2024

Commits on Mar 21, 2024

  1. add js runtime

    nasdf committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3ebfd24 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. remove os references.

    nasdf committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c491fc8 View commit details
    Browse the repository at this point in the history
  2. engine tests passing

    nasdf committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7f7380b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. load module from URL

    nasdf committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c6c0732 View commit details
    Browse the repository at this point in the history
  2. restore protocol helpers

    nasdf committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    67a7bfd View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. add makefile test-js command

    nasdf committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    027f817 View commit details
    Browse the repository at this point in the history
  2. return type id from ReadItem

    nasdf committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    33cdfbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4751418 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    b52f1b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e900bb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b302de View commit details
    Browse the repository at this point in the history
  4. add more js runtime docs

    nasdf committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b6ff10d View commit details
    Browse the repository at this point in the history
  5. add module.Memory interface

    nasdf committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9708d83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6258b1 View commit details
    Browse the repository at this point in the history