tree-sitter/crates/xtask/src
WillLillis df8b62fc50 feat(xtask): bring wasi-sdk treatment up to par with the loader
The loader package's `ensure_wasi_sdk_exists` private method checks for
the wasi-sdk, fetching it if it can't be found. This logic was
re-implemented in xtask for `build-wasm-stdlib`, but without the
fetching functionality. We can have nice things in xtask too! Rather
than make this function a public member of `tree-sitter-loader`, we
just re-implement and leave a nice comment asking people to keep the
two in sync.
2025-11-27 16:06:25 -05:00
..
benchmark.rs Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
build_wasm.rs feat(xtask): bring wasi-sdk treatment up to par with the loader 2025-11-27 16:06:25 -05:00
bump.rs fix(xtask): require version argument for bump-version command 2025-10-24 18:13:59 -04:00
check_wasm_exports.rs feat(loader): respect NM env var 2025-09-20 18:08:07 -04:00
clippy.rs Reorganize rust crates into a flat crates directory, simplify some CI steps (#4496) 2025-06-06 14:25:37 -07:00
embed_sources.rs fix(xtask): restore stripped sourcesContent when building the wasm module 2025-09-01 23:14:20 -04:00
fetch.rs fix(xtask): reset fixtures when checking out new version 2025-09-04 00:59:01 -04:00
generate.rs docs: change WASM/wasm to Wasm 2025-08-21 09:56:32 +03:00
main.rs feat(xtask): generate JSON schema for cli TestSummary 2025-11-02 21:08:55 -05:00
test.rs fix(loader): allow parallel compilation on windows 2025-10-01 02:57:04 -04:00
test_schema.rs feat(xtask): generate JSON schema for cli TestSummary 2025-11-02 21:08:55 -05:00
upgrade_wasmtime.rs refactor(xtask): use the git binary to perform git operations 2025-09-02 16:07:37 -04:00