Skip to content

Commit 0bf3d22

Browse files
[projects] Update project: wasm-minimal-protocol and wasi-stub has been transferred from astrale-sharp to typst-community (#342)
1 parent 37d80d0 commit 0bf3d22

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

projects.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -219,17 +219,18 @@ projects:
219219
cargo_id: typship
220220

221221
- name: wasi-stub
222-
homepage: https://github.com/astrale-sharp/wasm-minimal-protocol#wasi-stub
223-
github_id: astrale-sharp/wasm-minimal-protocol
222+
homepage: https://github.com/typst-community/wasm-minimal-protocol#wasi-stub
223+
github_id: typst-community/wasm-minimal-protocol
224+
cargo_id: wasi-stub
224225
category: pkg
225226
labels: [cli]
226-
# NOTE: This description was manually recorded on 2025-08-22.
227+
# NOTE: This description was manually recorded on 2026-03-06, to override wasm-minimal-protocol's description on GitHub.
227228
description: |
228-
A tool allowing you to take a wasi compliant WebAssembly file and replace all functions wasi depends on by meaningless stubs.
229+
Detect all WASI-related imports in a WebAssembly file, and replace them with stubs that do nothing.
229230
230231
- name: wasm-minimal-protocol
231232
cargo_id: wasm-minimal-protocol
232-
github_id: astrale-sharp/wasm-minimal-protocol
233+
github_id: typst-community/wasm-minimal-protocol
233234
category: pkg
234235
labels: [api]
235236

scripts/check_uniq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# tinymist and typlite
2525
("github_id", "Myriad-Dreamin/tinymist", 2),
2626
# the crate and wasi-stub
27-
("github_id", "astrale-sharp/wasm-minimal-protocol", 2),
27+
("github_id", "typst-community/wasm-minimal-protocol", 2),
2828
]
2929

3030

0 commit comments

Comments
 (0)