emscripten
emscripten copied to clipboard
Fix document for returnType and argTypes of cwrap
cwrap function calls ccall, which does not accept "array" as a return type.
Consequently, the current documentation for cwrap's returnType and argTypes parameters is inaccurate, and this PR updates it accordingly.