awslabs/llrt

child_process: support execFile

Open

#818 opened on Feb 4, 2025

 (1 comment) (0 reactions) (1 assignee)Rust (392 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (8,776 stars)
PR merge metrics
 (Avg merge 2d 14h) (49 merged PRs in 30d)

Description

A function very similar to spawn

https://nodejs.org/api/child_process.html#child_processexecfilefile-args-options-callback

llrt's child_process module does not have a corresponding sync function, it would be nice if it could be supported

Contributor guide