dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.4k stars 197 forks source link

[NativeAOT-LLVM] Fix the wasm test build scripts #2394

Closed SingleAccretion closed 1 year ago

SingleAccretion commented 1 year ago

Due to how these were structured, unintended things could happen, e. g. ./build wasi wasm would build for browser-wasm.

SingleAccretion commented 1 year ago

@dotnet/nativeaot-llvm

jkotas commented 1 year ago

Thank you!