fengari-loader icon indicating copy to clipboard operation
fengari-loader copied to clipboard

Webpack loader for fengari

Results 2 fengari-loader issues
Sort by recently updated
recently updated
newest added

Having support for `require`s similar to what standard Lua uses would be nice. I have an implementation that works well enough for my purposes [here](https://github.com/fengari-lua/fengari-loader/compare/master...losinggeneration:lua-resolver). This allows `require`s to be...

Should compile to bytecode (but not strip).

enhancement