- running WTB and in-tree samples
- running runtime tests
workflow of running WBT and samples on local machine (for Wasm team)
- fix typescript or WASM SDK or libraries
- build
clr+libs
- no need to create SDK in artifacts
dotnet build /t:Test Sample.csproj
workflow of running runtime tests on local machine (for CoreCLR team)
- fix coreCLR, build
clr.native
- re-link runtime test
- run on nodeJS - NO xharness, Xunit
workflow of running WBT and samples on local machine (for Wasm team)
clr+libsdotnet build /t:Test Sample.csprojworkflow of running runtime tests on local machine (for CoreCLR team)
clr.native