File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed
test/exec/wit/deps/golem-exec Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments