diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-10-02 01:27:24 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-10-02 01:27:24 +0900 |
| commit | bd93a7761d2288b303e191caa1eb327bfc5eee97 (patch) | |
| tree | 1013c3a3ff379def783f1c2677d07cc9c4d3ab91 /vhosts/blog/public/posts/index.html | |
| parent | b3621c32205bbf785967742f64624a74290ecd35 (diff) | |
| download | nsfisis.dev-bd93a7761d2288b303e191caa1eb327bfc5eee97.tar.gz nsfisis.dev-bd93a7761d2288b303e191caa1eb327bfc5eee97.tar.zst nsfisis.dev-bd93a7761d2288b303e191caa1eb327bfc5eee97.zip | |
feat(blog/content): new post /posts/2023-10-02/compile-php-runtime-to-wasm/
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> |
