You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,21 @@ The main goals are:
36
36
| Rust |:star:| Core |
37
37
| Python[^1]|:star:|`crates/python_binding/`|
38
38
| WebAssembly[^2]|:star:|`crates/wasm_binding/`|
39
+
| Node.js[^3]|:rocket:| - |
40
+
| Deno[^4]|:rocket:| - |
41
+
| Bun[^5]|:rocket:| - |
39
42
40
-
<small>:star: : Priority Support</small>
43
+
<small>
44
+
45
+
-:star: : Priority Support
46
+
-:rocket: : Support via wasm
47
+
48
+
</small>
41
49
42
50
---
43
51
44
52
[^1]: Python support is due to CoreProject tracker and backend being written in Python
45
53
[^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
0 commit comments