chore: bump AILANG WASM pin → v0.33.1 - #16
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
Collaborator
|
Tested on #15: the v0.33.0 WASM runtime fails the Browser WASM Smoke Test exactly as v0.31.0 does — the bundle loads 5 modules (document, format_router, zip_extract, omml, docx_parser) then stalls, and CI history shows the smoke test passing on v0.30.0 across six consecutive commits with identical module sources, so this is a runtime regression spanning v0.31.0 → v0.33.0, not a change in this repo. v0.30.0 is the correct pin today — it is the newest runtime that boots. Reported upstream; leave this open until there is a release that passes. |
github-actions
Bot
force-pushed
the
chore/bump-ailang-wasm
branch
from
August 17, 2026 09:33
a6dc527 to
9d8f641
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated AILANG WASM pin bump
From:
v0.30.0To:
v0.33.1Release notes: https://github.com/sunholo-data/ailang/releases/tag/v0.33.1
This PR was opened automatically by the weekly
refresh-ailang-wasm.ymlworkflow. It is not auto-merged — CI runs the full suite including
the
wasm-smokePlaywright job, which loads the new bundle in areal browser and parses a fixture document. Merge only if green.
Review checklist
checkjob (type-check + bindings) passeswasm-smokejob (Playwright) passesIf the smoke test fails, do not merge — the new AILANG release
has likely regressed something. Open an issue against
sunholo-data/ailangwith the smoke-test output and pin to the previous version.