Switch over to WebAssembly, Rust and Yew #35

Merged
BlakeRain merged 87 commits from yew-static into main 2023-08-30 18:01:40 +00:00
Showing only changes of commit dd2f527db0 - Show all commits

View File

@ -27,6 +27,11 @@ enabled. This will build a WebAssembly module with the hydration support. Afterw
`cargo run` to run the `site-build` app with the `static` feature set, which allows us to generate `cargo run` to run the `site-build` app with the `static` feature set, which allows us to generate
all the static pages. all the static pages.
```
trunk build --release --features hydration
cargo run --features static --bin site-build
```
[blakerain.com]: https://blakerain.com/ [blakerain.com]: https://blakerain.com/
[Yew]: https://yew.rs/ [Yew]: https://yew.rs/
[S3]: https://aws.amazon.com/s3/ [S3]: https://aws.amazon.com/s3/