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: feat/postcard
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.
  • 20 commits
  • 74 files changed
  • 1 contributor

Commits on Feb 12, 2025

  1. fix: fix build, improve error handling

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

Commits on Feb 25, 2025

  1. chore: update to rust 2024

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    60bea1e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. wip: initial simd support

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    d0264fc View commit details
    Browse the repository at this point in the history
  2. chore: add back simd testsuite

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    741a3d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. feat: add most basic simd instructions

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    afc76e4 View commit details
    Browse the repository at this point in the history
  2. feat: support the tail call proposal (#37)

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    569e0b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Configuration menu
    Copy the full SHA
    b643e90 View commit details
    Browse the repository at this point in the history
  2. feat: memory64 support (#38)

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    1252a89 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    86e996d View commit details
    Browse the repository at this point in the history
  2. chore: update wasmparser

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    374db44 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. chore: progress on more simd instructions

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    904aa39 View commit details
    Browse the repository at this point in the history
  2. chore: progress on more simd instructions

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    7806d39 View commit details
    Browse the repository at this point in the history
  3. chore: progress on more simd instructions

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Mar 9, 2025
    Configuration menu
    Copy the full SHA
    353a676 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. fix: canonicalize simd nan values

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

Commits on Apr 2, 2025

  1. chore: update deps, cargo fmt

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

Commits on Apr 23, 2025

  1. chore: update deps, properly feature gate simd

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    3664c8b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from explodingcamera/feat/simd

    initial simd support
    explodingcamera authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    c1a8cfa View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2025

  1. feat: add canonicalize_nans feature

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

Commits on May 6, 2025

  1. chore: update deps, update nightly

    Signed-off-by: Henry Gressmann <[email protected]>
    explodingcamera committed May 6, 2025
    Configuration menu
    Copy the full SHA
    0f3581e View commit details
    Browse the repository at this point in the history
  2. chore: cleanup

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