Is your feature request related to a problem? Please describe.
As part of #1385 we've changed polywrap build to not run codegen by default, and accept a --codegen option. Before this, it would run codegen by default and we had a --no-codegen option.
Describe the solution you'd like
We want to revert back to --no-codegen because the internal consensus is that it's going to be the preferred way of running build.
Is your feature request related to a problem? Please describe.
As part of #1385 we've changed
polywrap buildto not run codegen by default, and accept a--codegenoption. Before this, it would run codegen by default and we had a--no-codegenoption.Describe the solution you'd like
We want to revert back to
--no-codegenbecause the internal consensus is that it's going to be the preferred way of runningbuild.