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)
f
float* x