As of WASI SDK 16, __original_main is no longer added, breaking this:
|
/* `main()`. This may change in the future; when it does, we will */ \ |
|
/* coordinate with the WASI-SDK toolchain to implement this entry */ \ |
|
/* point in an alternate way. */ \ |
|
__original_main(); \ |
https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-16
I am not sure what issue #295 is referring to there.
As of WASI SDK 16,
__original_mainis no longer added, breaking this:wizer/include/wizer.h
Lines 87 to 90 in 65e345f
https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-16
I am not sure what issue #295 is referring to there.