[runtime] Disable more code on wasm. (#12379)
commitfc5800b30d752ec3af24ff9ba02082422fb06213
authorZoltan Varga <vargaz@gmail.com>
Fri, 11 Jan 2019 22:53:02 +0000 (11 17:53 -0500)
committerGitHub <noreply@github.com>
Fri, 11 Jan 2019 22:53:02 +0000 (11 17:53 -0500)
treeacb9a9e18f446795226c71e60aa1b7d636e9209b
parent9047295678b327815a76ffdcd3a82742e4d2be08
[runtime] Disable more code on wasm. (#12379)

* [runtime] Add a 'cleanup' --enable-minimal option to disable the shutdown cleanup code on platforms which don't need it. Enable it on wasm.

* [wasm] Disable mdb support in the device runtime.

* [runtime] Disable appdomain creation/unload icalls if DISABLE_APPDOMAINS is set.
configure.ac
mono/metadata/icall-def.h
mono/mini/mini-runtime.c
sdks/builds/wasm.mk