Add support for rebuilding the wasm executable in non-aot mode. (#45072)
authorZoltan Varga <vargaz@gmail.com>
Mon, 4 Jan 2021 17:40:08 +0000 (12:40 -0500)
committerGitHub <noreply@github.com>
Mon, 4 Jan 2021 17:40:08 +0000 (12:40 -0500)
commita98a9439ece097d4b4dd5ce78db61dc6f2f91276
treeb68b4e579c10db342a7bfc9d78e9b8f73673825d
parent36c007f0b078671fd37be635807a0a8c07d423ef
Add support for rebuilding the wasm executable in non-aot mode. (#45072)

* Add support for rebuilding the wasm executable in non-AOT mode.

* Run the pinvoke generator as well.
* Strip the final executable.
* Document some of the public msbuild properties.

* Add some properties to make things more readable.

* Fix AOT support.

* Fix AOT.
src/mono/netcore/sample/wasm/console/Makefile
src/mono/netcore/sample/wasm/console/WasmSample.csproj
src/mono/wasm/build/WasmApp.targets