computeDeployVersion
Upload a new immutable source version of a compute module and make it the deployed version. The source map is validated (Cargo.toml + src/*.rs only, size caps, platform crate allowlist, no build-time code) and parked as compile_status=pending; a game-api instance compiles it before it can run. Requires the org 'manage_compute' permission.
computeDeployVersion(
input: DeployComputeVersionInput!
): WasmModuleVersion!
Arguments
computeDeployVersion.input ● DeployComputeVersionInput! non-null input
The app, module name, source-file map (JSON), and SDK/ABI version pins.
Type
WasmModuleVersion object
An immutable source version of a compute module, plus its compile pipeline status. Rows are created pending; a game-api instance compiles them (Phase 2 runtime).