Skip to content

Commit

Permalink
lib: add wasi and wasm subsystems (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored and richardlau committed Nov 5, 2019
1 parent 311ccb5 commit ffaaf43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rules/subsystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const validSubsystems = [
, 'src'
, 'test'
, 'tools'
, 'wasm'
, 'win'

// core libs
Expand Down Expand Up @@ -69,6 +70,7 @@ const validSubsystems = [
, 'util'
, 'v8'
, 'vm'
, 'wasi'
, 'worker'
, 'zlib'
]
Expand Down

0 comments on commit ffaaf43

Please sign in to comment.