summaryrefslogtreecommitdiffhomepage
path: root/services/blog/public/posts/4
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-31 22:10:35 +0900
committernsfisis <nsfisis@gmail.com>2025-10-31 22:10:35 +0900
commitc42df43640b7d2354b3e0b8afc3bffc3d47d3214 (patch)
tree7e467f7a84fdfad24ab588da090168f19cc24ca1 /services/blog/public/posts/4
parent84ea9620eb4c3352fa03b2e8ea5a81aad583790a (diff)
downloadnsfisis.dev-c42df43640b7d2354b3e0b8afc3bffc3d47d3214.tar.gz
nsfisis.dev-c42df43640b7d2354b3e0b8afc3bffc3d47d3214.tar.zst
nsfisis.dev-c42df43640b7d2354b3e0b8afc3bffc3d47d3214.zip
feat(blog/content): new blog /posts/2025-10-31/representing-single-value-with-half-open-float-interval/
Diffstat (limited to 'services/blog/public/posts/4')
-rw-r--r--services/blog/public/posts/4/index.html38
1 files changed, 23 insertions, 15 deletions
diff --git a/services/blog/public/posts/4/index.html b/services/blog/public/posts/4/index.html
index 3e05fe29..c10cbabc 100644
--- a/services/blog/public/posts/4/index.html
+++ b/services/blog/public/posts/4/index.html
@@ -70,6 +70,29 @@
</div>
</nav>
<article class="post-entry">
+ <a href="/posts/2023-10-02/compile-php-runtime-to-wasm/">
+ <header class="entry-header">
+ <h2>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> 投稿、<time datetime="2025-04-23">2025-04-23</time> 更新
+ <ul class="entry-tags">
+ <li class="tag">
+ PHP
+ </li>
+ <li class="tag">
+ WebAssembly
+ </li>
+ </ul>
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
<a href="/posts/2023-06-25/phpconfuk-2023-report/">
<header class="entry-header">
<h2>PHP カンファレンス福岡 2023 参加レポ</h2>
@@ -260,21 +283,6 @@
</footer>
</a>
</article>
- <article class="post-entry">
- <a href="/posts/2022-08-31/support-for-communty-is-employee-benefits/">
- <header class="entry-header">
- <h2>弊社の PHP Foundation への寄付に寄せて</h2>
- </header>
- <section class="entry-content">
- <p>
- 先日、私の勤めるデジタルサーカス株式会社が、PHP Foundation へ寄付をおこないました。本件を社内でしつこく推進した1人として、推進の理由等を書き残しておきます。
- </p>
- </section>
- <footer class="entry-footer">
- <time datetime="2022-08-31">2022-08-31</time> 投稿
- </footer>
- </a>
- </article>
<nav class="pagination">
<div class="pagination-prev">
<a href="/posts/3/">前へ</a>