Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Jul 14, 2024
1 parent 5954d19 commit 15fb3a1
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 @@ -31,7 +31,7 @@ Supported Extensions
Examples
--------

Please execute the command `$ cargo build --target wasm32-unknown-unknown --example hello` to build the [examples/wasm/hello.rs](examples/wasm/hello.rs) file (as shown below) into a WebAssembly binary that prints "Hello, World!":
Please execute the command `$ cargo build --target wasm32-unknown-unknown --example hello` to build the following"Hello World!" printing code ([examples/wasm/hello.rs](examples/wasm/hello.rs)) into a WebAssembly binary:

```rust
extern "C" {
Expand Down

0 comments on commit 15fb3a1

Please sign in to comment.