feat: implement WebAssembly-based Spectral linter#47
Open
Conversation
Collaborator
hivanov
commented
Mar 5, 2026
- Bundle Spectral linter and SchwarzIT ruleset into a WASM component.
- Add WIT definitions for the linter interface (WASI 0.2/0.3).
- Implement automated build process with pnpm build:wasm.
- Add test suite verifying linter behavior in direct and OCI environments.
- Document architecture and lessons learned in wasm/GEMINI.md.
- Bundle Spectral linter and SchwarzIT ruleset into a WASM component. - Add WIT definitions for the linter interface (WASI 0.2/0.3). - Implement automated build process with pnpm build:wasm. - Add test suite verifying linter behavior in direct and OCI environments. - Document architecture and lessons learned in wasm/GEMINI.md.
markbrockhoff
requested changes
Mar 5, 2026
Member
markbrockhoff
left a comment
There was a problem hiding this comment.
❌ This functionality should not be part of this repository. There is no use in publishing a WASM version of linter rules which are then no longer compatible with spectral.
This repository has one simple job -> Contain and publish the linter rules. Executing the linter with the rules is a different responsablity, e.g. if the Spectral IntelliJ Plugin should execute WASM it should build the WASM binary for spectral (possibly bundling the current version of the rules) as part of it's repository but not in here.
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.