Celebraty
Results
2
issues of
Celebraty
Thanks for the bug report! ### Describe the bug I start a go routine, the go routine call the wasm function, then i stop the wasm instance, then it panic....
🐞 bug
### What i want just like wasmer, i declare some wasi functions in C++, and call them in C++ ``` extern "C" { EMSCRIPTEN_KEEPALIVE void *get_request_data(int field); EMSCRIPTEN_KEEPALIVE char* calculate_score_wasi(int...