1 unstable release

0.4.3 Apr 25, 2020
0.4.2 Apr 24, 2020

#23 in #web-sys

Download history 12/week @ 2024-02-19 27/week @ 2024-02-26 13/week @ 2024-03-04 14/week @ 2024-03-11 4/week @ 2024-03-18 8/week @ 2024-03-25 41/week @ 2024-04-01 1/week @ 2024-04-08 4/week @ 2024-04-15

54 downloads per month
Used in 3 crates

MIT license

13KB
135 lines

rust_wasm_websys_utils

version: 0.4.3 date: 2020-04-25 authors: Luciano Bestia
micro crate web_sys and js_sys functions for my project

web_sys and js_sys

When developing the mem6 game
https://github.com/LucianoBestia/mem6_game
I needed a lot of web_sys and js_sys functions.
To hide away the javascript part as much as possible I created this library
and fill it with functions I needed for that particular project.
I made a separate crate as a library to share code with other projects.
Functions will be eventually added and also modified or refactored in specialized crates.


lib.rs:

rust_wasm_websys_utils

version: 0.4.3 date: 2020-04-25 authors: Luciano Bestia
micro crate web_sys and js_sys functions for my project

web_sys and js_sys

When developing the mem6 game
https://github.com/LucianoBestia/mem6_game
I needed a lot of web_sys and js_sys functions.
To hide away the javascript part as much as possible I created this library
and fill it with functions I needed for that particular project.
I made a separate crate as a library to share code with other projects.
Functions will be eventually added and also modified or refactored in specialized crates.

Dependencies

~8–10MB
~200K SLoC