Execute a named operation with BREP-serialized shapes and parameters.
Run several operations in a single message. Resolves with one result per
operation, in order; a failing op yields { success: false, error } rather
than rejecting the whole batch (unlike a worker pool's executeBatch).
Initialize the worker (load WASM).
Dispose the client, rejecting all pending operations.