Skip to content

Commit f6129a5

Browse files
committed
test: split test-wasi-pthread.js
1 parent 073bac3 commit f6129a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/wasi/test-wasi-pthread.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'use strict';
2+
3+
// Tests test/wasi/wasm/pthread.wasm, see test/wasi/c/pthread.c
4+
require('../common');
5+
const { testWasiPreview1 } = require('../common/wasi');
6+
7+
testWasiPreview1(['--target=wasm32-wasip1-threads', 'pthread']);

0 commit comments

Comments
 (0)