summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-10-02 02:49:04 +0900
committernsfisis <nsfisis@gmail.com>2023-10-02 02:49:04 +0900
commit0b734d0453ff1fa70bcefe566803602f16af938c (patch)
tree4d87e508e7f1c21b4fc4b101d3f7805fb1025d67
parentbc925d12812818c457b9b2497958a60709d56a68 (diff)
downloadnsfisis.dev-0b734d0453ff1fa70bcefe566803602f16af938c.tar.gz
nsfisis.dev-0b734d0453ff1fa70bcefe566803602f16af938c.tar.zst
nsfisis.dev-0b734d0453ff1fa70bcefe566803602f16af938c.zip
feat(blog/style): slightly change title of /posts/2023-10-02/compile-php-runtime-to-wasm/
-rw-r--r--vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc2
-rw-r--r--vhosts/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html4
-rw-r--r--vhosts/blog/public/posts/index.html2
-rw-r--r--vhosts/blog/public/tags/php/index.html2
-rw-r--r--vhosts/blog/public/tags/wasm/index.html2
5 files changed, 6 insertions, 6 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 e830bfe5..96ce848d 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
@@ -1,6 +1,6 @@
---
[article]
-title = "【PHP】 PHP の処理系を Emscripten で WebAssembly にコンパイルする"
+title = "PHP の処理系を Emscripten で WebAssembly にコンパイルする"
description = "PHP の処理系 (php/php-src) を Emscripten で WebAssembly にコンパイルし、任意のコードを隔離された環境で評価できるようにした。"
tags = [
"php",
diff --git a/vhosts/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html b/vhosts/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html
index b22c6296..0961c14c 100644
--- a/vhosts/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html
+++ b/vhosts/blog/public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html
@@ -8,7 +8,7 @@
<meta name="description" content="PHP の処理系 (php/php-src) を Emscripten で WebAssembly にコンパイルし、任意のコードを隔離された環境で評価できるようにした。">
<meta name="keywords" content="PHP,WebAssembly">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>【PHP】 PHP の処理系を Emscripten で WebAssembly にコンパイルする | REPL: Rest-Eat-Program Loop</title>
+ <title>PHP の処理系を Emscripten で WebAssembly にコンパイルする | REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=929045ed125b82381c71b10c6c911261">
<link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b">
</head>
@@ -37,7 +37,7 @@
<main class="main">
<article class="post-single">
<header class="post-header">
- <h1 class="post-title">【PHP】 PHP の処理系を Emscripten で WebAssembly にコンパイルする</h1>
+ <h1 class="post-title">PHP の処理系を Emscripten で WebAssembly にコンパイルする</h1>
<ul class="post-tags">
<li class="tag">
<a href="/tags/php/">PHP</a>
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index 941a79ab..f6bdd648 100644
--- a/vhosts/blog/public/posts/index.html
+++ b/vhosts/blog/public/posts/index.html
@@ -39,7 +39,7 @@
<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>
+ <h2>PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2>
</header>
<section class="entry-content">
<p>
diff --git a/vhosts/blog/public/tags/php/index.html b/vhosts/blog/public/tags/php/index.html
index dda6c77b..6bceae46 100644
--- a/vhosts/blog/public/tags/php/index.html
+++ b/vhosts/blog/public/tags/php/index.html
@@ -40,7 +40,7 @@
<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>
+ <h2>PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2>
</header>
<section class="entry-content">
<p>
diff --git a/vhosts/blog/public/tags/wasm/index.html b/vhosts/blog/public/tags/wasm/index.html
index 3f8469d5..b099397e 100644
--- a/vhosts/blog/public/tags/wasm/index.html
+++ b/vhosts/blog/public/tags/wasm/index.html
@@ -40,7 +40,7 @@
<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>
+ <h2>PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2>
</header>
<section class="entry-content">
<p>