diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-18 02:39:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-18 02:39:36 +0900 |
| commit | c44c6f91b89508a71a838406b286d114e461ca18 (patch) | |
| tree | 8e90f3c630924f02114bdb65c01ef0ee81657d33 /src/WebAssembly/Execution/Linker.php | |
| parent | 402d690243533cc1d1e164da1d44b8d913574aa8 (diff) | |
| download | php-waddiwasi-c44c6f91b89508a71a838406b286d114e461ca18.tar.gz php-waddiwasi-c44c6f91b89508a71a838406b286d114e461ca18.tar.zst php-waddiwasi-c44c6f91b89508a71a838406b286d114e461ca18.zip | |
refactor: simplify Runtime::instantiate()'s parameters
Diffstat (limited to 'src/WebAssembly/Execution/Linker.php')
| -rw-r--r-- | src/WebAssembly/Execution/Linker.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Execution/Linker.php b/src/WebAssembly/Execution/Linker.php index 3c9c1d0..89aaaba 100644 --- a/src/WebAssembly/Execution/Linker.php +++ b/src/WebAssembly/Execution/Linker.php @@ -14,7 +14,7 @@ final class Linker private array $symbols = []; public function __construct( - private Store $store, + public readonly Store $store, ) { } |
