jerryscript-project / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is the 'native'?

murphyzhao opened this issue · comments

Where is the 'native' in "var Native = require('native'); "

https://github.com/Samsung/iotjs/blob/master/src/js/iotjs.js#L29

That is a leftover legacy code. There are a lot of todo around the module loading system.

Thanks