Target Asset
{assetName}
{#if security}{#if status === 'downloading'} Downloading asset... {:else} Running WASM verification... {/if}
{status === 'downloading' ? `Fetching raw binary from source${progress > 0 ? ` • ${progress}%` : ''}` : 'Computing SHA256 in sandbox'}
Verification Successful!
Binary integrity is guaranteed
{step.name}
{step.details}
Verification Failed
{#if errorMessage.includes('(')}{errorMessage.split(' (')[0]}
({errorMessage.split(' (')[1]}
{:else}{errorMessage}
{/if}{step.name}
{step.details}
Powered by Go