Skip to content

Commit

Permalink
feat: Add support for .NET 9 (#3010)
Browse files Browse the repository at this point in the history
Builds binaries for emscripten 3.1.56 used by .NET 9
  • Loading branch information
jeromelaban authored Sep 21, 2024
1 parent 60b07b7 commit 767c3c3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scripts/azure-templates-stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,24 @@ stages:
displayName: '3.1.34_SIMD_Threading'
version: 3.1.34
features: _wasmeh,simd,mt

# .NET 9
- 3.1.56:
displayName: 3.1.56
version: 3.1.56
features: _wasmeh,st
- 3.1.56:
displayName: '3.1.56_Threading'
version: 3.1.56
features: _wasmeh,mt
- 3.1.56:
displayName: '3.1.56_SIMD'
version: 3.1.56
features: _wasmeh,simd,st
- 3.1.56:
displayName: '3.1.56_SIMD_Threading'
version: 3.1.56
features: _wasmeh,simd,mt

- ${{ if ne(parameters.buildPipelineType, 'tests') }}:
- stage: native
Expand Down

0 comments on commit 767c3c3

Please sign in to comment.