Skip to content

Commit 0b8fbae

Browse files
Update index.md
1 parent 2f0bc3d commit 0b8fbae

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/src/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,21 @@ The main goals are:
3636
| Rust | :star: | Core |
3737
| Python[^1] | :star: | `crates/python_binding/` |
3838
| WebAssembly[^2] | :star: | `crates/wasm_binding/` |
39+
| Node.js[^3] | :rocket: | - |
40+
| Deno[^4] | :rocket: | - |
41+
| Bun[^5] | :rocket: | - |
3942

40-
<small>:star: : Priority Support</small>
43+
<small>
44+
45+
- :star: : Priority Support
46+
- :rocket: : Support via wasm
47+
48+
</small>
4149

4250
---
4351

4452
[^1]: Python support is due to CoreProject tracker and backend being written in Python
4553
[^2]: Webassembly support is due to CoreProject's main target of streaming content in a browser, also it indirectly allows us to target [node.js](https://nodejs.org/)/[deno](https://deno.com/)/[bun](https://bun.com/) users
54+
[^3]: Node.js natively [supports](https://nodejs.org/en/learn/getting-started/nodejs-with-webassembly) wasm
55+
[^4]: Deno natively [supports](https://docs.deno.com/runtime/reference/wasm/) wasm
56+
[^5]: Bun natively [supports loading wasm](https://bun.com/docs/runtime/file-types)

0 commit comments

Comments
 (0)