gamesys / moonshine

A lightweight Lua VM for the browser
http://moonshinejs.org
MIT License
501 stars 35 forks source link

Emulate package library correctly #7

Open daurnimator opened 10 years ago

daurnimator commented 10 years ago

Currently the whole package library has been shoehorned into require

package.loaders should be iterated over to find modules

daurnimator commented 10 years ago

I had a go at this myself; but don't understand how vm.suspend works in loadNextPath to return the function