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 225a83b commit e80b3a3Copy full SHA for e80b3a3
README.md
@@ -11,7 +11,12 @@ To host locally
11
python -m http.server 8000
12
``` -->
13
14
+Install instructions on Ubuntu 22.04
15
```
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`
20
cargo build --target wasm32-unknown-unknown --release
21
cargo install --locked trunk
22
trunk serve --open
0 commit comments