Ensure wasm library builds correctly
This commit is contained in:
parent
87e1b38f02
commit
db9960fcbe
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate log;
|
||||||
|
|
||||||
|
#[macro_use]
|
||||||
|
mod mac;
|
||||||
|
|
||||||
mod cnf;
|
mod cnf;
|
||||||
mod ctx;
|
mod ctx;
|
||||||
mod dbs;
|
mod dbs;
|
||||||
|
|
Loading…
Reference in a new issue