-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
Summary
My team builds a c++ library which has direct dependency on LightGBM tool. We were planning to sandbox the tool and for that to complete we want documentation on how to compile LightGBM into WebAssembly code.
Motivation
Since sandboxing or running c++ code in browser is one of the hot topics in the market, LightGBM providing official documentation on compiling to WebAssembly will be a huge win for everyone.
Description
Requesting for new documentation to be created which shows compilation of LightGBM to WebAssembly. We don't have a preference for tool to be used for compilation as long as output is in wasm format.
References
emscripten-core/emscripten#16592 -> similar issue while using emscripten tool for compiling c++ code
kaizhu256, agriyakhetarpal and tamaroning