rustwasmwebsys_utils

version: 0.4.2 date: 2020-04-24 authors: Luciano Bestia
micro crate websys and jssys functions for my project

websys and jssys

When developing the mem6 game
https://github.com/LucianoBestia/mem6_game
I needed a lot of websys and jssys 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.