Hi,I'm new to wasm
I write a simple quicksort C file which will allocate memory dynamicly use new int[size], but first time I got a error of lack of ___syscall .
then I implement the syscall function like the C examples, it passed the build. but the webpage will be stuck after I click the Run button .
Hi,I'm new to wasm I write a simple quicksort C file which will allocate memory dynamicly use
new int[size]
, but first time I got a error of lack of___syscall
. then I implement the syscall function like the C examples, it passed the build. but the webpage will be stuck after I click theRun
button .https://webassembly.studio/?f=2um38ggmber
Is there any way to make it work ?