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
  • 50 files changed
  • 1 contributor

Commits on Nov 27, 2025

  1. chore: remove unstable-simd feature, rename logging feature to log

    Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
    explodingcamera committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    f7f77cd View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. chore: update everything, more simd stuff

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

Commits on Jan 5, 2026

  1. chore: more simd stuff

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

Commits on Jan 25, 2026

  1. chore: update deps

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

Commits on Feb 11, 2026

  1. chore: upgrade deps

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

Commits on Mar 19, 2026

  1. feat: add all simd instructions, add stackop macro

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    7db07e0 View commit details
    Browse the repository at this point in the history
  2. fix: canonicalize simd nans

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    f8f2a71 View commit details
    Browse the repository at this point in the history
  3. chore: replace magic numbers with expressions

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

Commits on Mar 23, 2026

  1. chore: re-use stack allocations

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

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

Commits on Mar 25, 2026

  1. chore: atomic module data

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

Commits on Mar 28, 2026

  1. chore: cleanup, make value & block stack fixed size

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    af3029b View commit details
    Browse the repository at this point in the history
  2. chore: undo BlockStack changes

    Signed-off-by: Henry <mail@henrygressmann.de>
    explodingcamera committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    e25773f View commit details
    Browse the repository at this point in the history
  3. chore: cleanup

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