aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/WebAssembly/Structure/Modules/DataModes/Passive.php
blob: 6ef6ba96e2c55db4e9ed33c650ae9329c8fda8bb (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\DataModes;

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

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