add VMOptions
1. see vm/vm_options.rs for usage and default values 2. added mu_fastimpl_new_with_opts under vm/api/api_impl/muvm.rs
... | ... | @@ -32,3 +32,4 @@ memsec = "0.1.9" |
rustc-serialize = "*" | ||
time = "0.1.34" | ||
maplit = "0.1.4" | ||
docopt = "0.6" | ||
\ No newline at end of file |