Closed stkevintan closed 5 years ago
You should use WASM_EXPORT
#define WASM_EXPORT __attribute__((visibility("default")))
WASM_EXPORT void sort() {
...
}
@MaxGraey Thank you!
Why can't we use extern "C" { ... }
like @ the original website?
Seriously, the original website is 100x better. It lets me write C++ and "just works".
https://webassembly.studio/?f=yt0jt76eey