aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Structure/Modules/ElemModes/Passive.php
blob: 5fb323e405d80adf94f7f30d1d903f7275b8e9d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

declare(strict_types=1);

namespace Nsfisis\Waddiwasi\WebAssembly\Structure\Modules\ElemModes;

use Nsfisis\Waddiwasi\WebAssembly\Structure\Modules\ElemMode;

final readonly class Passive extends ElemMode
{
    protected function __construct()
    {
    }
}