gwsystems/aWsm

Run WASI entrypoint _start instead of main

bushidocodes opened this issue · 0 comments

Currently, the awsm runtime implicitly treats a function called main as the entrypoint.

However, this differs from the WASI standard, which expects this to be _start.

I propose that we change this to align to WASI and make it simpler for us to run WASI module.