Skip to content

Commit 844badf

Browse files
committed
exec comment updates
1 parent dc130ce commit 844badf

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

exec/exec/wit/deps/golem-exec/golem-exec.wit

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ interface executor {
8181
/// - `lang` specifies the programming language and version.
8282
/// - `modules` are additional code files to include in the execution context. these can be imported in `snippet` in a language-specific way.
8383
/// - `snippet` is the top level code to execute.
84-
/// - `options` are controlling the script runner environment, see the run-options records
84+
/// - `options` is controlling the script runner environment, see the run-options record for more details
8585
///
8686
/// The returned value captures the stdout and stderr of the executed snippet.
8787
run: func(
@@ -106,10 +106,7 @@ interface executor {
106106
/// Execute a code snippet in the session in a blocking way
107107
///
108108
/// - `snippet` is the top level code to execute.
109-
/// - `args` are command line arguments passed to the program.
110-
/// - `stdin` is optional input to provide to the program.
111-
/// - `env` is a list of environment variables to set for the execution.
112-
/// - `limits` are optional resource limits for the execution.
109+
/// - `options` is controlling the script runner environment, see the run-options record for more details
113110
///
114111
/// The returned value captures the stdout and stderr of the executed snippet.
115112
run: func(

exec/wit/golem-exec.wit

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ interface executor {
8181
/// - `lang` specifies the programming language and version.
8282
/// - `modules` are additional code files to include in the execution context. these can be imported in `snippet` in a language-specific way.
8383
/// - `snippet` is the top level code to execute.
84-
/// - `options` are controlling the script runner environment, see the run-options records
84+
/// - `options` is controlling the script runner environment, see the run-options record for more details
8585
///
8686
/// The returned value captures the stdout and stderr of the executed snippet.
8787
run: func(
@@ -106,10 +106,7 @@ interface executor {
106106
/// Execute a code snippet in the session in a blocking way
107107
///
108108
/// - `snippet` is the top level code to execute.
109-
/// - `args` are command line arguments passed to the program.
110-
/// - `stdin` is optional input to provide to the program.
111-
/// - `env` is a list of environment variables to set for the execution.
112-
/// - `limits` are optional resource limits for the execution.
109+
/// - `options` is controlling the script runner environment, see the run-options record for more details
113110
///
114111
/// The returned value captures the stdout and stderr of the executed snippet.
115112
run: func(

test/exec/wit/deps/golem-exec/golem-exec.wit

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ interface executor {
8181
/// - `lang` specifies the programming language and version.
8282
/// - `modules` are additional code files to include in the execution context. these can be imported in `snippet` in a language-specific way.
8383
/// - `snippet` is the top level code to execute.
84-
/// - `options` are controlling the script runner environment, see the run-options records
84+
/// - `options` is controlling the script runner environment, see the run-options record for more details
8585
///
8686
/// The returned value captures the stdout and stderr of the executed snippet.
8787
run: func(
@@ -106,10 +106,7 @@ interface executor {
106106
/// Execute a code snippet in the session in a blocking way
107107
///
108108
/// - `snippet` is the top level code to execute.
109-
/// - `args` are command line arguments passed to the program.
110-
/// - `stdin` is optional input to provide to the program.
111-
/// - `env` is a list of environment variables to set for the execution.
112-
/// - `limits` are optional resource limits for the execution.
109+
/// - `options` is controlling the script runner environment, see the run-options record for more details
113110
///
114111
/// The returned value captures the stdout and stderr of the executed snippet.
115112
run: func(

0 commit comments

Comments
 (0)