Skip to content

Commit 8fbf0dc

Browse files
committed
review: try Wasmtime.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent f6c2dbe commit 8fbf0dc

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,9 @@ jobs:
6666
fail-fast: false
6767
matrix:
6868
include:
69-
- name: 'V8 on Windows #1 (full)'
70-
runtime: 'v8'
69+
- name: 'Wasmtime on Windows'
70+
runtime: 'wasmtime'
7171
os: windows-2019
72-
flags: '--copt=/DEBUG:FULL'
73-
- name: 'V8 on Windows #2 (fastlink)'
74-
runtime: 'v8'
75-
os: windows-2019
76-
flags: '--copt=/DEBUG:FASTLINK'
77-
- name: 'V8 on Windows #3 (none)'
78-
runtime: 'v8'
79-
os: windows-2019
80-
flags: '--copt=/DEBUG:NONE'
81-
- name: 'V8 on Windows #4 (/Zi)'
82-
runtime: 'v8'
83-
os: windows-2019
84-
flags: '--copt=/Zi'
8572

8673
steps:
8774
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)