Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit bbb1417

Browse files
authored
update docs && fix && fmt (#398)
* update docs && fix && fmt Signed-off-by: danbugs <[email protected]> * docs update Signed-off-by: danbugs <[email protected]> --------- Signed-off-by: danbugs <[email protected]>
1 parent 938c605 commit bbb1417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercon
3434

3535
## Getting Started
3636

37-
`slight` relies on a WIT bindings generator [wit-bindgen v0.2.0](https://github.com/bytecodealliance/wit-bindgen), and currently only supports C, Rust, Go and JS applications.
37+
`slight` relies on [wit-bindgen v0.2.0](https://github.com/bytecodealliance/wit-bindgen) and currently only supports their language offerings for guest applications (e.g., Rust, C, etc.), plus JavaScript.
3838

3939
### JS
4040

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use slight_lib::{
1616

1717
/// The entry point for slight CLI
1818
#[tokio::main]
19-
async fn main() -> Result<()> {
19+
async fn main() -> Result<()> {
2020
tracing_subscriber::fmt()
2121
.with_writer(std::io::stderr)
2222
.with_env_filter(tracing_subscriber::EnvFilter::from_default_env())

0 commit comments

Comments
 (0)