waasm compilatiion lib setup

This commit is contained in:
dongho
2024-09-01 17:01:51 +09:00
parent efbcdea403
commit 5cadfc22da
10 changed files with 1237 additions and 11 deletions

View File

@ -25,7 +25,7 @@ fn App() -> Html {
}
fn main() {
yew::Render::<App>::new().render();
yew::Renderer::<App>::new().render();
}
/*