summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-02 00:11:46 +0900
committernsfisis <nsfisis@gmail.com>2025-04-02 00:11:46 +0900
commitc0c73379890f1a4ee6ee07b1aee188c33ef66ab0 (patch)
tree62ad848a658fa0dc8a43bc106e05aadcd4a70b8f /vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc
parentf325479ddb8ccdbe0e832160e9c7fb0155a90f47 (diff)
downloadnsfisis.dev-c0c73379890f1a4ee6ee07b1aee188c33ef66ab0.tar.gz
nsfisis.dev-c0c73379890f1a4ee6ee07b1aee188c33ef66ab0.tar.zst
nsfisis.dev-c0c73379890f1a4ee6ee07b1aee188c33ef66ab0.zip
feat(blog/nuldoc): dynamically join nested section ids
Diffstat (limited to 'vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc')
-rw-r--r--vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc b/vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc
index f93f3972..19143c44 100644
--- a/vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc
+++ b/vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc
@@ -66,7 +66,7 @@ remark = "公開"
</section>
<section id="build">
<h>ビルド</h>
- <section id="build--write-c-entrypoint">
+ <section id="write-c-entrypoint">
<h>C のエントリポイントを書く</h>
<p>
先ほどのコードでも使っていたエントリポイントである <code>php_wasm_run</code> を用意する。
@@ -115,7 +115,7 @@ remark = "公開"
改行を出力せずともバッファを消費させる手段をご存知のかたはご教示願いたい。
</p>
</section>
- <section id="build--compile-to-wasm">
+ <section id="compile-to-wasm">
<h>WebAssembly にコンパイルする</h>
<p>
それでは WebAssembly にコンパイルしていこう。ここからは <code>Dockerfile</code> 上のコマンドとして操作を示す。