diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-06-15 12:54:00 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-06-15 12:57:11 +0900 |
| commit | c2252e60d3ab192271e4241943dd165087567af8 (patch) | |
| tree | d40c4b528c4f74b02af056ab667bf8a6d7e42544 /vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html | |
| parent | 796995ca280f554a25b24d3e03a028a5a479d9f2 (diff) | |
| download | nsfisis.dev-c2252e60d3ab192271e4241943dd165087567af8.tar.gz nsfisis.dev-c2252e60d3ab192271e4241943dd165087567af8.tar.zst nsfisis.dev-c2252e60d3ab192271e4241943dd165087567af8.zip | |
feat(blog/nuldoc): add custom div block for edit
Diffstat (limited to 'vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html b/vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html index fa5cb169..6870db28 100644 --- a/vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html +++ b/vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html @@ -133,9 +133,16 @@ <p> P.S. Ask the Speaker で話した、Ruby VM (written in PHP) on PHP VM (compiled to Wasm) on Wasm VM (written in PHP) on PHP というアイデアは「マジ」なので、続報をお待ちください (自作 Wasm runtime に不足している機能を鋭意実装中です)。 </p> - <p> - 2024-07-07 追記: <a href="https://github.com/nsfisis/php-waddiwasi/commit/a312e95a95d243943535f94653822d6796d4637f" rel="noreferrer" target="_blank">コミット a312e95</a> で、ついに Ruby VM on PHP VM on Wasm VM on PHP を実現した。現時点での動かしかたは README に記載している。 - </p> + <div class="admonition" editat="2024-07-07" operation="追記"> + <div class="admonition-label"> + 2024-07-07 追記 + </div> + <div class="admonition-content"> + <p> + <a href="https://github.com/nsfisis/php-waddiwasi/commit/a312e95a95d243943535f94653822d6796d4637f" rel="noreferrer" target="_blank">コミット a312e95</a> で、ついに Ruby VM on PHP VM on Wasm VM on PHP を実現した。現時点での動かしかたは README に記載している。 + </p> + </div> + </div> </section> </section> <section id="section--outro"> |
