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: EmbeddedLLM/wasi-python-layer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: EmbeddedLLM/wasi-python-layer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: package-script
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 6, 2026

  1. feat(scripts): add package-tarball.sh local release packaging

    Mirrors build-release.yml's packaging step so releases can be built and
    published locally (gh release create) — the fast path used for v1.0.0.
    noobHappylife committed Aug 6, 2026
    Configuration menu
    Copy the full SHA
    a740926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2e61f View commit details
    Browse the repository at this point in the history
  3. fix: raqm stub compile missing fake-headers isystem

    raqm_stub.c pulls setjmp.h via freetype's ftstdlib.h; the fake setjmp header
    (-isystem fake-headers, the deliberate wasm-EH workaround every other native
    dep uses) was omitted from this one direct clang call, so a cold build hits
    the sysroot's 'Setjmp requires Exception handling' #error. Local artifacts
    were stale (Jul 21) and masked it. Verified: the exact compile now succeeds.
    noobHappylife committed Aug 6, 2026
    Configuration menu
    Copy the full SHA
    f44b5cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c55ec76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad1d73f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c23754 View commit details
    Browse the repository at this point in the history
  7. fix: orjson ensures wasm32-wasip1 rustup target before cargo

    Runners/containers lack the target by default (only the dev machine had it
    installed) — first from-scratch gate run failed with E0463 can't find crate
    for std. rustup target add is idempotent; tiktoken (06) uses -Zbuild-std and
    needs no preinstalled target.
    noobHappylife committed Aug 6, 2026
    Configuration menu
    Copy the full SHA
    b040e59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96495b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1bc9165 View commit details
    Browse the repository at this point in the history
Loading