aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Execution/Results/Trap.php
blob: e0a9cfd7a8616496744f40f3102301d5f3582ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

declare(strict_types=1);

namespace Nsfisis\Waddiwasi\WebAssembly\Execution\Results;

use Nsfisis\Waddiwasi\WebAssembly\Execution\Result;

final readonly class Trap extends Result
{
}