add exception for wasm binary in runtime (#16442)

This commit is contained in:
Oleksandr Didyk 2023-05-19 14:50:17 +02:00 committed by GitHub
commit 2603be0099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ src/runtime/src/libraries/System.Speech/src/*.upsmap # https://github.com/dotnet
src/runtime/src/libraries/System.Text.Encoding.CodePages/src/Data/codepages.nlp # https://github.com/dotnet/runtime/issues/81693
src/runtime/src/mono/wasm/testassets/*
src/runtime/src/mono/wasm/runtime/do-jit-call.wasm # https://github.com/dotnet/runtime/issues/81691
src/runtime/src/mono/wasm/runtime/wasm-simd-feature-detect.wasm # https://github.com/dotnet/runtime/issues/78428
src/runtime/src/native/external/brotli/common/dictionary.bin.br
src/sdk/src/Assets/TestProjects/*