Answer the question
In order to leave comments, you need to log in
How to use nanomsg in an application compiled with Emscripten?
There is a fairly large and complex C project that uses the nanomsg library to work with the network. The task is to build it with Emscripten in JS. However, here we ran into a problem, in principle, everything is already assembled, with the exception of function calls from nanomsg. As far as I understand, there are no nanomsg "ports" that would be successfully assembled by Emscripten. The only thing that I managed to find is the nanomsg for node module for nodejs. But how to use it from the C sources compiled by Emscripten is still unclear. In this connection, the question is - has anyone had experience building applications using Emscripten that use nanomsg? Maybe someone wrote wrapper C -> nodejs-nanomsg or something similar?
If we reduce the task to a simplified one, then we need to build two examples using nanomsg using Emscripten:
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question