diff options
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index 4f75183b..a7028125 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -37,6 +37,21 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2023-10-02/compile-php-runtime-to-wasm/"> + <header class="entry-header"> + <h2>【PHP】 PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2> + </header> + <section class="entry-content"> + <p> + PHP の処理系 (php/php-src) を Emscripten で WebAssembly にコンパイルし、任意のコードを隔離された環境で評価できるようにした。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-10-02">2023-10-02</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2023-06-25/phpconfuk-2023-report/"> <header class="entry-header"> <h2>PHP カンファレンス福岡 2023 参加レポ</h2> |
