how to expose a C++ function with raw pointer input to javascript via emscripten

后端 未结 0 1788
孤独总比滥情好
孤独总比滥情好 2021-01-30 10:52

I have this C++ code that I\'m exposing to JS as a WASM module using emscripten. My goal is to expose a function f that takes a raw pointer (float* x)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题