So i tried to add it to the EXPORTED_FUNCTIONS, but i get this error.
wasm-ld: error: symbol exported via --export not found: emscripten_memcpy_js
I don't really get the error. I feel like a memcpy function should be fairly universal?
@user156811 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
So i tried to add it to the EXPORTED_FUNCTIONS, but i get this error.
wasm-ld: error: symbol exported via --export not found: emscripten_memcpy_js
I don't really get the error. I feel like a memcpy function should be fairly universal?