Scaffold module script

This commit is contained in:
CYBAI 2019-06-05 22:20:10 +09:00
parent 86575bba1b
commit f2007751dd
6 changed files with 1620 additions and 63 deletions

View file

@ -83,6 +83,8 @@ mod microtask;
#[warn(deprecated)]
mod network_listener;
#[warn(deprecated)]
mod script_module;
#[warn(deprecated)]
pub mod script_runtime;
#[warn(deprecated)]
#[allow(unsafe_code)]