Skip to content

Commit a4011e1

Browse files
New hosted projects; Updated board (#134)
Website update: new Hosted Projects and updated list of board members
1 parent 3750c2a commit a4011e1

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

_data/board.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
title: Member Director (UCSD)
3838
office:
3939

40-
- name: Mingqiu Sun
41-
github: mingqiusun
42-
title: Member Director (Intel)
43-
office:
44-
4540
# List the Executive Director last (here):
4641
- name: David Bryant
4742
github: disquisitioner

_data/projects.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,15 @@
180180
status: hosted
181181
labels: []
182182

183+
- name: tree-sitter-wit
184+
description: WebAssembly Interface Types (WIT) grammar for tree-sitter
185+
repo: https://github.com/bytecodealliance/tree-sitter-wit
186+
site:
187+
docs: https://docs.rs/tree-sitter-wit
188+
active: true
189+
status: hosted
190+
labels: [dev-tools]
191+
183192
- name: VSCode-WIT
184193
description: A Visual Studio Code extension to recognize and highlight the WebAssembly Interface Type (WIT) Interface Definition Language (IDL).
185194
repo: https://github.com/bytecodealliance/vscode-wit
@@ -414,4 +423,11 @@
414423
status: hosted
415424
labels: [protocol]
416425

417-
426+
- name: wstd
427+
description: An async Rust standard library for Wasm Components and WASI 0.2
428+
repo: https://github.com/bytecodealliance/wstd
429+
site:
430+
docs: https://docs.rs/wstd
431+
active: true
432+
status: hosted
433+
labels: [rust]

0 commit comments

Comments
 (0)