Node executors
Custom Blaze executors can be written using the Node Javascript runtime.
Custom Blaze executors can be written using the Node Javascript runtime.
Rust custom executors
The std:commands executor is used to order to execute some system commands.
The std:exec executor is used to order to execute a file, optionally using a system provided shell.
An executor is a way to execute a target. Technically speaking, it is just a piece of code which takes specific options as an input. This code is called when running a target that uses this executor.