Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: explodingcamera/tinywasm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: explodingcamera/tinywasm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 15 commits
  • 49 files changed
  • 1 contributor

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    e074c5d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. chore: update dependencies

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    059fc95 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. chore: update dependencies

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    8c5a362 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. chore: update dependencies

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed May 1, 2024
    Configuration menu
    Copy the full SHA
    704a8da View commit details
    Browse the repository at this point in the history
  2. feat: switch back to upstream wasmparser

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed May 1, 2024
    Configuration menu
    Copy the full SHA
    81dc6e7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. chore: update dependencies + test spec

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed May 9, 2024
    Configuration menu
    Copy the full SHA
    11271a2 View commit details
    Browse the repository at this point in the history
  2. feat: implement I32StoreLocal & I32LocalGetConstAdd

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed May 9, 2024
    Configuration menu
    Copy the full SHA
    53bb44f View commit details
    Browse the repository at this point in the history
  3. docs: update changelog

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9f4e3c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ac04cd View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. chore: slight perf improvements

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed May 10, 2024
    Configuration menu
    Copy the full SHA
    868aa00 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. chore: simplify code

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed May 11, 2024
    Configuration menu
    Copy the full SHA
    b2b3946 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. chore: clippy fixes and more tests

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed May 12, 2024
    Configuration menu
    Copy the full SHA
    e771c6d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. feat: v0.7.0 (#13)

    * Remove all unsafe code
    * Refactor interpreter loop
    * Optimize Call-frames
    * Remove unnecessary reference counter data from store
    
    ---------
    
    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera authored May 15, 2024
    Configuration menu
    Copy the full SHA
    d9cdd0b View commit details
    Browse the repository at this point in the history
  2. chore: update benchmarks

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed May 15, 2024
    Configuration menu
    Copy the full SHA
    41d0ff6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb6f7c7 View commit details
    Browse the repository at this point in the history
Loading