Skip to content

feat(parser): add WebAssembly support - #105

Closed
rabii-chaarani wants to merge 1 commit into
mainfrom
codex/add-webassembly-support
Closed

feat(parser): add WebAssembly support#105
rabii-chaarani wants to merge 1 commit into
mainfrom
codex/add-webassembly-support

Conversation

@rabii-chaarani

Copy link
Copy Markdown
Owner

Summary

  • add built-in WebAssembly Text support for .wat files under the webassembly language key
  • vendor and compile the pinned ABI-15 tree-sitter-wat grammar with license, hashes, and offline package provenance
  • normalize named modules, functions, types, imports, exports, and direct calls into the existing ontology while keeping anonymous constructs syntax-only
  • expose WebAssembly through CLI and MCP syntax catalogs, dry-run discovery, README guidance, and k-wiki

Verification

  • cargo fmt --all -- --check
  • cargo clippy --workspace --all-targets --locked -- -D warnings
  • cargo test --workspace --locked
  • cargo publish --dry-run --locked
  • cargo run -p xtask -- verify-crate-size target/package/tmp-crate/codebase-graph-1.5.2.crate (9,837,470 bytes)
  • k-wiki recommended validation, link checks, and site build

@rabii-chaarani

Copy link
Copy Markdown
Owner Author

Superseded by #107, which now combines WebAssembly Text with CSS, HTML, JavaScript/JSX, and TypeScript/TSX in one fully verified PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant