Skip to content

Remove dependency on USE_ZLIB from browser wasm build #45454

@akoeplinger

Description

@akoeplinger

This special flag causes the emscripten toolchain to download and build a .zip version of zlib from https://github.com/emscripten-ports/zlib which unnecessarily introduces a network dependency into the build.

We already have a zlib implementation in mono that we can use.

Note that zlib is used both inside of mono and System.Native, we need to make sure only one copy of zlib makes it into the dotnet.wasm.

Three parts to this:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions