nbind
nbind copied to clipboard
_nbind_value not exported anymore with emscripten 1.37.20
Despite the EXPORTED_FUNCTIONS option, the Module["_nbind_value"] = _nbind_value statement is missing from the generated files, which means that the bind function isn't available anymore. Not sure if this is an emscripten regression or an nbind bug :/
I believe this is solved in https://github.com/charto/nbind/pull/107.