I’ve noticed the compiler always generates an _ini...
# webassembly
c
I’ve noticed the compiler always generates an _initialize function, irrespective as to whether the program needs it. Is there any work to conditionally include this function if its needed? It looks like the function does a bunch of different things but could it also be set as a start function if its idempotent? I guess this is a question for @bashor @Artem Kobzar
m
c
right so its a wasi p1 implementation detail 👍
b
Right, the current name is from wasi/tooling name convention.
Answering original question — yes there is plan/idea to change a bit init flow and how we call a main function