Add base library file for wasm build
This commit is contained in:
parent
f3de9095ae
commit
ff6a41326a
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
#[macro_use]
|
||||
extern crate maplit;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
mod cnf;
|
||||
mod ctx;
|
||||
mod dbs;
|
||||
mod doc;
|
||||
mod err;
|
||||
mod fnc;
|
||||
mod key;
|
||||
mod kvs;
|
||||
mod sql;
|
||||
|
||||
fn main() {
|
||||
// cli::init(); // Initiate the command line
|
||||
// TODO: implement initiation from wasm
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue