nbind icon indicating copy to clipboard operation
nbind copied to clipboard

_nbind_value not exported anymore with emscripten 1.37.20

Open arcanis opened this issue 8 years ago • 1 comments

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 :/

arcanis avatar Sep 13 '17 14:09 arcanis

I believe this is solved in https://github.com/charto/nbind/pull/107.

fhqvst avatar Jan 26 '18 19:01 fhqvst