Skip to content

Commit ffaaf43

Browse files
guybedfordrichardlau
authored andcommitted
lib: add wasi and wasm subsystems (#82)
1 parent 311ccb5 commit ffaaf43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/rules/subsystem.js

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const validSubsystems = [
2525
, 'src'
2626
, 'test'
2727
, 'tools'
28+
, 'wasm'
2829
, 'win'
2930

3031
// core libs
@@ -69,6 +70,7 @@ const validSubsystems = [
6970
, 'util'
7071
, 'v8'
7172
, 'vm'
73+
, 'wasi'
7274
, 'worker'
7375
, 'zlib'
7476
]

0 commit comments

Comments
 (0)