You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/WebAssembly.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,46 @@ tools, and also builds WasmKit to execute stdlib tests:
30
30
31
31
On macOS it's also best to avoid cross-compiling host tools from arm64 to x86 and vice versa, add this option to avoid that: `--infer-cross-compile-hosts-on-darwin=false`.
32
32
33
+
If you need to only run compiler/stdlib tests after building everything with the `build-script` command listed above, switch to the build directory first:
34
+
35
+
```
36
+
cd build/Ninja-RelWithDebInfoAssert
37
+
```
38
+
39
+
Then run the compiler and stdlib test suite via `ninja` (assuming your host is arm64 macOS, adjust paths accordingly otherwise):
0 commit comments