Skip to content

Commit

Permalink
Add nockma as a valid target for the tree compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Feb 8, 2024
1 parent 1edddfb commit 60bd998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Commands/Dev/Tree/Compile/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ treeSupportedTargets =
nonEmpty'
[ TargetWasm32Wasi,
TargetNative64,
TargetAsm
TargetAsm,
TargetNockma
]

parseTreeCompileOptions :: Parser CompileOptions
Expand Down

0 comments on commit 60bd998

Please sign in to comment.