Allen Yongshuang Wang

Results 8 comments of Allen Yongshuang Wang

In #244, we disable test cases of builtin-type-transportation when node is not v9.x. #244 also fixes some build break due v8 breaking changes. If you try to transport a builtin...

@syahiaoui Thanks for the valuable feedback. We just verified it works well by **node =v8.5.0** We are working to resolve this issue as our top priority, and we contacted node.js...

I am not quite familiar with 'webpack'. Currently, napajs can't transport a closure function. If 'webpack' is not a closure function, it should work.

It's a cool idea indeed. From the begining, napajs has been focusing on enable multi-threading for javascript. Remote zone must have networking and multi-processing involved, while the concept of napa...

Thanks for your feedback, @rodrigogs. Most node built-in modules are not supported by napa workers for now, especially those I/O bound ones, because napa.js is designed for computation heavy tasks....

Thanks for the suggestion, Arkam. I put it in our backlog.

Please check if [this](https://github.com/Microsoft/napajs/blob/master/src/module/core-modules/node/file-system.cpp) is what you want.