add: module threads; read and write binary file supports
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = function(__runtime__, scope){
|
||||
}
|
||||
|
||||
engines.myEngine = function(){
|
||||
return scope.__engine__;
|
||||
return rtEngines.myEngine();
|
||||
}
|
||||
|
||||
engines.stopAll = rtEngines.stopAll.bind(rtEngines);
|
||||
|
||||
Reference in New Issue
Block a user