summaryrefslogtreecommitdiffhomepage
path: root/services/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm
diff options
context:
space:
mode:
Diffstat (limited to 'services/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm')
-rw-r--r--services/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html36
1 files changed, 35 insertions, 1 deletions
diff --git a/services/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html b/services/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html
index c551ccf5..016951a2 100644
--- a/services/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html
+++ b/services/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html
@@ -15,7 +15,7 @@
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>PHP の処理系を Emscripten で WebAssembly にコンパイルする|REPL: Rest-Eat-Program Loop</title>
- <link rel="stylesheet" href="/style.css?h=899271ae83285479ca025cc358975c53">
+ <link rel="stylesheet" href="/style.css?h=f4a12de8fc55ef1668e211e6c6db4ade">
</head>
<body class="single">
<header class="header">
@@ -52,6 +52,40 @@
</li>
</ul>
</header>
+ <nav class="toc">
+ <h2>目次</h2>
+ <ul>
+ <li>
+ <a href="#section--intro">はじめに</a>
+ </li>
+ <li>
+ <a href="#section--version">バージョン情報</a>
+ </li>
+ <li>
+ <a href="#section--goal">本記事のゴール</a>
+ </li>
+ <li>
+ <a href="#section--build">ビルド</a>
+ <ul>
+ <li>
+ <a href="#section--build--write-c-entrypoint">C のエントリポイントを書く</a>
+ </li>
+ <li>
+ <a href="#section--build--compile-to-wasm">WebAssembly にコンパイルする</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="#section--run">実行</a>
+ </li>
+ <li>
+ <a href="#section--outro">まとめ</a>
+ </li>
+ <li>
+ <a href="#section--references">参考リンク</a>
+ </li>
+ </ul>
+ </nav>
<div class="post-content">
<section id="changelog">
<h2><a href="#changelog">更新履歴</a></h2>