[browser] make cwraps more conditional (#87274)
authorPavel Savara <pavel.savara@gmail.com>
Mon, 19 Jun 2023 09:26:35 +0000 (11:26 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Jun 2023 09:26:35 +0000 (11:26 +0200)
commit3386b8625de438cf570326f1364ac6c585687497
tree115d80255896d24ef043ee5e589d6d233d350869
parent9e93f42dce3e8b55746cc00be849edd6a04f11ce
[browser] make cwraps more conditional (#87274)
17 files changed:
src/mono/sample/wasm/browser-eventpipe/Wasm.Browser.EventPipe.Sample.csproj
src/mono/wasm/build/WasmApp.Native.targets
src/mono/wasm/runtime/cwraps.ts
src/mono/wasm/runtime/diagnostics/browser/controller.ts
src/mono/wasm/runtime/diagnostics/index.ts
src/mono/wasm/runtime/diagnostics/server_pthread/index.ts
src/mono/wasm/runtime/diagnostics/server_pthread/streaming-session.ts
src/mono/wasm/runtime/diagnostics/shared/create-session.ts
src/mono/wasm/runtime/es6/dotnet.es6.lib.js
src/mono/wasm/runtime/exports-internal.ts
src/mono/wasm/runtime/exports-linker.ts
src/mono/wasm/runtime/exports.ts
src/mono/wasm/runtime/globals.ts
src/mono/wasm/runtime/profiler.ts
src/mono/wasm/runtime/rollup.config.js
src/mono/wasm/runtime/startup.ts
src/mono/wasm/runtime/types/internal.ts