Skip to content

Commit

Permalink
unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 5, 2023
1 parent 0a22f39 commit 913618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn greet(name: String) -> FnResult<String> {
}
```

Since we don't need any system access for this, we can compile this to the lightweight `wasm32-unknown-uknown` target instead of using the `wasm32-wasi` target:
Since we don't need any system access for this, we can compile this to the lightweight `wasm32-unknown-unknown` target instead of using the `wasm32-wasi` target:

```bash
cargo build --target wasm32-unknown-unknown
Expand Down

0 comments on commit 913618d

Please sign in to comment.