This website requires JavaScript.
Explore
Help
Sign in
leyoda
/
winit
Watch
1
Star
0
Fork
You've already forked winit
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4f0ce7201d
winit
/
run-wasm
/
src
/
main.rs
4 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
Improve web example (#2115) * Improve web example * Implement basic logger into the example webpage * Repace bash script with xtask * replace wasm-bindgen-cli with wasm-bindgen-cli-support * refactor * Move logic into external crate. * Remove CI changes * Review feedback
2022-02-25 22:57:46 +11:00
fn
main
(
)
{
Update cargo-run-wasm (#2509)
2022-10-09 13:49:19 +11:00
cargo_run_wasm
::
run_wasm_with_css
(
"
body { margin: 0px; }
"
)
;
Improve web example (#2115) * Improve web example * Implement basic logger into the example webpage * Repace bash script with xtask * replace wasm-bindgen-cli with wasm-bindgen-cli-support * refactor * Move logic into external crate. * Remove CI changes * Review feedback
2022-02-25 22:57:46 +11:00
}
Reference in a new issue
Copy permalink