We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80b3a3 commit 135317cCopy full SHA for 135317c
README.md
@@ -16,7 +16,7 @@ Install instructions on Ubuntu 22.04
16
sudo apt-get install curl
17
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
18
. "$HOME/.cargo/env"
19
-rustup target add wasm32-unknown-unknown`
+rustup target add wasm32-unknown-unknown
20
cargo build --target wasm32-unknown-unknown --release
21
cargo install --locked trunk
22
trunk serve --open
0 commit comments