PlayerComputeTarget
Execution target for player-authored Rust. SERVER runs as the grid owner in game-api; CLIENT runs as the actual player in the browser worker sandbox.
enum PlayerComputeTarget {
SERVER
CLIENT
}
Values
PlayerComputeTarget.SERVER
PlayerComputeTarget.CLIENT
Member Of
DeployPlayerComputeInput input ● PlayerWasmModuleVersion object