From 0b734d0453ff1fa70bcefe566803602f16af938c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 2 Oct 2023 02:49:04 +0900 Subject: feat(blog/style): slightly change title of /posts/2023-10-02/compile-php-runtime-to-wasm/ --- vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc | 2 +- .../public/posts/2023-10-02/compile-php-runtime-to-wasm/index.html | 4 ++-- vhosts/blog/public/posts/index.html | 2 +- vhosts/blog/public/tags/php/index.html | 2 +- vhosts/blog/public/tags/wasm/index.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'vhosts') 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 @@ - 【PHP】 PHP の処理系を Emscripten で WebAssembly にコンパイルする | REPL: Rest-Eat-Program Loop + PHP の処理系を Emscripten で WebAssembly にコンパイルする | REPL: Rest-Eat-Program Loop @@ -37,7 +37,7 @@
-

【PHP】 PHP の処理系を Emscripten で WebAssembly にコンパイルする

+

PHP の処理系を Emscripten で WebAssembly にコンパイルする