Refactored webassembly module

This commit is contained in:
Syrus
2019-01-24 15:09:56 -08:00
parent 762405f6e9
commit 5ed202342e
4 changed files with 2 additions and 3 deletions

View File

@ -6,3 +6,4 @@ mod macros;
#[macro_use]
pub mod update;
pub mod webassembly;
pub mod utils;