Skip to content

Commit

Permalink
update docs && fix && fmt (#398)
Browse files Browse the repository at this point in the history
* update docs && fix && fmt

Signed-off-by: danbugs <[email protected]>

* docs update

Signed-off-by: danbugs <[email protected]>

---------

Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs authored May 3, 2023
1 parent 938c605 commit bbb1417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercon

## Getting Started

`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.
`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.

### JS

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use slight_lib::{

/// The entry point for slight CLI
#[tokio::main]
async fn main() -> Result<()> {
async fn main() -> Result<()> {
tracing_subscriber::fmt()
.with_writer(std::io::stderr)
.with_env_filter(tracing_subscriber::EnvFilter::from_default_env())
Expand Down

0 comments on commit bbb1417

Please sign in to comment.