diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-10-02 02:49:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-10-02 02:49:04 +0900 |
| commit | 0b734d0453ff1fa70bcefe566803602f16af938c (patch) | |
| tree | 4d87e508e7f1c21b4fc4b101d3f7805fb1025d67 /vhosts/blog/content/posts/2023-10-02 | |
| parent | bc925d12812818c457b9b2497958a60709d56a68 (diff) | |
| download | nsfisis.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/
Diffstat (limited to 'vhosts/blog/content/posts/2023-10-02')
| -rw-r--r-- | vhosts/blog/content/posts/2023-10-02/compile-php-runtime-to-wasm.ndoc | 2 |
1 files changed, 1 insertions, 1 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", |
