run_wasm
Execute WebAssembly (WASM) files by specifying the file path and optional parameters like directory and timeout, enabling efficient WASM-based operations within Onyx environments.
Instructions
Execute a WebAssembly (WASM) file using "onyx run file.wasm" command
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory to run the command from (defaults to current working directory) | . |
timeout | No | Execution timeout in seconds | |
wasmPath | Yes | Path to the WASM file to execute |