diff options
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, ) { } |
