Closed rambip closed 3 years ago
I know that this project is inspired by emcsripten.
In emscripten, you can compile a c code that uses malloc, and you don't need to import it.
The malloc is defined in the .wasm, and you can export it.
Why can't I do something similar with this tool ?
I don't know how I'm suppose to export the malloc function !
I know that this project is inspired by emcsripten.
In emscripten, you can compile a c code that uses malloc, and you don't need to import it.
The malloc is defined in the .wasm, and you can export it.
Why can't I do something similar with this tool ?
I don't know how I'm suppose to export the malloc function !