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: main
Choose a base ref
...
head repository: explodingcamera/tinywasm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 146 files changed
  • 1 contributor

Commits on Aug 2, 2026

  1. feat: add validate feature

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 2, 2026
    Configuration menu
    Copy the full SHA
    d9b20bc View commit details
    Browse the repository at this point in the history
  2. docs: update readme

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 2, 2026
    Configuration menu
    Copy the full SHA
    87f1da2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2026

  1. feat: initial support for the webassembly gc proposal (#50)

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera authored Aug 8, 2026
    Configuration menu
    Copy the full SHA
    d0c7425 View commit details
    Browse the repository at this point in the history
  2. chore: store globals in different lanes based on size

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 8, 2026
    Configuration menu
    Copy the full SHA
    676be92 View commit details
    Browse the repository at this point in the history
  3. chore: general cleanup, fix performance regressions

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 8, 2026
    Configuration menu
    Copy the full SHA
    8ca9c35 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2026

  1. feat: add reusable host imports and simplify function calls

    - make host definitions reusable across stores with gc-aware import linking
    - reorganize function calls, resumable execution, and typed value handling
    - expand typed tuples to arity 20 and update parser and store APIs
    
    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 9, 2026
    Configuration menu
    Copy the full SHA
    9893a51 View commit details
    Browse the repository at this point in the history
  2. feat: initial exception support

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 9, 2026
    Configuration menu
    Copy the full SHA
    e005e5a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2026

  1. docs: update architecture, docs

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 10, 2026
    Configuration menu
    Copy the full SHA
    6ecee15 View commit details
    Browse the repository at this point in the history
  2. chore: simplify runtime and clean up tests

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 10, 2026
    Configuration menu
    Copy the full SHA
    666c7f5 View commit details
    Browse the repository at this point in the history
  3. chore: cleanup tests / devdeps, fix doom example

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 10, 2026
    Configuration menu
    Copy the full SHA
    70c5bb2 View commit details
    Browse the repository at this point in the history
  4. chore: improve interpreter loop performance, add more super instructions

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 10, 2026
    Configuration menu
    Copy the full SHA
    be3c350 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2026

  1. chore: more superinstructions, cleanup

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 11, 2026
    Configuration menu
    Copy the full SHA
    64cf33c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2026

  1. chore: improve interpreter performance, add cold path macros

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    e862a9e View commit details
    Browse the repository at this point in the history
  2. chore: simplify validator feature set, allow compact imports

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Aug 12, 2026
    Configuration menu
    Copy the full SHA
    68f85f6 View commit details
    Browse the repository at this point in the history
Loading