diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-31 20:42:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-31 20:42:06 +0900 |
| commit | 2ed4720c79db817401e739a4d333c6cf5b59087a (patch) | |
| tree | b87119776576451466e7d0cf8044261682400b8b /services/nuldoc/content/posts/2023-10-02/compile-php-runtime-to-wasm.md | |
| parent | 9d4c7d916a9477a0cb635197b02a51befe2cd0ad (diff) | |
| download | nsfisis.dev-2ed4720c79db817401e739a4d333c6cf5b59087a.tar.gz nsfisis.dev-2ed4720c79db817401e739a4d333c6cf5b59087a.tar.zst nsfisis.dev-2ed4720c79db817401e739a4d333c6cf5b59087a.zip | |
style(nuldoc): unify indentation to 4 spaces
Diffstat (limited to 'services/nuldoc/content/posts/2023-10-02/compile-php-runtime-to-wasm.md')
| -rw-r--r-- | services/nuldoc/content/posts/2023-10-02/compile-php-runtime-to-wasm.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/nuldoc/content/posts/2023-10-02/compile-php-runtime-to-wasm.md b/services/nuldoc/content/posts/2023-10-02/compile-php-runtime-to-wasm.md index 3751f205..464b7910 100644 --- a/services/nuldoc/content/posts/2023-10-02/compile-php-runtime-to-wasm.md +++ b/services/nuldoc/content/posts/2023-10-02/compile-php-runtime-to-wasm.md @@ -4,8 +4,8 @@ uuid = "0ed1ccc8-d437-481c-8cca-2131ce800cc0" title = "PHP の処理系を Emscripten で WebAssembly にコンパイルする" description = "PHP の処理系 (php/php-src) を Emscripten で WebAssembly にコンパイルし、任意のコードを隔離された環境で評価できるようにした。" tags = [ - "php", - "wasm", + "php", + "wasm", ] [[article.revisions]] |
