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: Wasm module implementation #73

Merged
merged 29 commits into from
Feb 2, 2024
Merged

feat: Wasm module implementation #73

merged 29 commits into from
Feb 2, 2024

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    9ca9868 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    530377c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bc9f5b View commit details
    Browse the repository at this point in the history
  4. fix scoping

    Mr-Leshiy committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e6e4119 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29a3fd9 View commit details
    Browse the repository at this point in the history
  6. add Clone derive

    Mr-Leshiy committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a19aa75 View commit details
    Browse the repository at this point in the history
  7. fix some lints

    Mr-Leshiy committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    850c18d View commit details
    Browse the repository at this point in the history
  8. update

    Mr-Leshiy committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7938661 View commit details
    Browse the repository at this point in the history
  9. add engine docs

    Mr-Leshiy committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e647211 View commit details
    Browse the repository at this point in the history
  10. add wasm module docs

    Mr-Leshiy committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1fcc34b View commit details
    Browse the repository at this point in the history
  11. fix spell check

    Mr-Leshiy committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f1eba16 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. fix deny failure

    Mr-Leshiy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c90355d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. update module

    Mr-Leshiy committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ddabd0d View commit details
    Browse the repository at this point in the history
  2. wip

    Mr-Leshiy committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fdb820d View commit details
    Browse the repository at this point in the history
  3. update store management

    Mr-Leshiy committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    342a3a2 View commit details
    Browse the repository at this point in the history
  4. add more docs

    Mr-Leshiy committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f472304 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    223dbdc View commit details
    Browse the repository at this point in the history
  6. wip

    Mr-Leshiy committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    85b2dcb View commit details
    Browse the repository at this point in the history
  7. fix checks

    Mr-Leshiy committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6f662cd View commit details
    Browse the repository at this point in the history
  8. update Cargo.toml file

    Mr-Leshiy committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    288f9a7 View commit details
    Browse the repository at this point in the history
  9. fix build

    Mr-Leshiy committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0adf84a View commit details
    Browse the repository at this point in the history
  10. fix build

    Mr-Leshiy committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5cd4ac7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8a170d View commit details
    Browse the repository at this point in the history
  12. Update hermes/bin/src/wasm/module.rs

    Co-authored-by: Joaquín Rosales <casabenita7@gmail.com>
    Mr-Leshiy and saibatizoku committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    28f2763 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. fix suggestions

    Mr-Leshiy committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d9e5289 View commit details
    Browse the repository at this point in the history
  2. add docs

    Mr-Leshiy committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    13363a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f8fc0c View commit details
    Browse the repository at this point in the history
  4. Update hermes/bin/src/main.rs

    Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>
    Mr-Leshiy and stevenj committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b3e9d56 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Mr-Leshiy committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    589d79a View commit details
    Browse the repository at this point in the history