You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tinygo 0.33.0, the presence of "--no-entry" linker flag allows the project to be build without defining main function. However, doing so in 0.34.0 adds env.main/main(i32) import in the wasm binary. Bisecting showed that the issue is introduced in #4451.
The text was updated successfully, but these errors were encountered:
I have a project using the following
target.json
:In tinygo 0.33.0, the presence of
"--no-entry"
linker flag allows the project to be build without definingmain
function. However, doing so in 0.34.0 addsenv.main/main(i32)
import in the wasm binary. Bisecting showed that the issue is introduced in #4451.The text was updated successfully, but these errors were encountered: