summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-07 23:07:10 +0900
committernsfisis <nsfisis@gmail.com>2024-07-07 23:07:10 +0900
commita2c4d44d8d6868cf32bf5f559934c88a4b9f9435 (patch)
tree45fc3f1d012a8bbdf9df6dc9eb54b43ff8d4a31b
parent26ba1d269f74ba8ec87d55027ef44aa11e497810 (diff)
downloadnsfisis.dev-a2c4d44d8d6868cf32bf5f559934c88a4b9f9435.tar.gz
nsfisis.dev-a2c4d44d8d6868cf32bf5f559934c88a4b9f9435.tar.zst
nsfisis.dev-a2c4d44d8d6868cf32bf5f559934c88a4b9f9435.zip
feat(blog/content): update /posts/2024-03-17/phperkaigi-2024-report/
-rw-r--r--vhosts/blog/content/posts/2024-03-17/phperkaigi-2024-report.ndoc7
-rw-r--r--vhosts/blog/public/atom.xml4
-rw-r--r--vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html7
-rw-r--r--vhosts/blog/public/posts/atom.xml4
-rw-r--r--vhosts/blog/public/posts/index.html2
-rw-r--r--vhosts/blog/public/tags/conference/atom.xml4
-rw-r--r--vhosts/blog/public/tags/conference/index.html2
-rw-r--r--vhosts/blog/public/tags/php/atom.xml4
-rw-r--r--vhosts/blog/public/tags/php/index.html2
-rw-r--r--vhosts/blog/public/tags/phperkaigi/atom.xml4
-rw-r--r--vhosts/blog/public/tags/phperkaigi/index.html2
11 files changed, 28 insertions, 14 deletions
diff --git a/vhosts/blog/content/posts/2024-03-17/phperkaigi-2024-report.ndoc b/vhosts/blog/content/posts/2024-03-17/phperkaigi-2024-report.ndoc
index 6b29347b..557cf3ff 100644
--- a/vhosts/blog/content/posts/2024-03-17/phperkaigi-2024-report.ndoc
+++ b/vhosts/blog/content/posts/2024-03-17/phperkaigi-2024-report.ndoc
@@ -12,6 +12,10 @@ tags = [
[[article.revisions]]
date = "2024-03-17"
remark = "公開"
+
+[[article.revisions]]
+date = "2024-07-07"
+remark = "Wasm ランタイムの進捗について追記"
---
<article>
<section id="intro">
@@ -76,6 +80,9 @@ remark = "公開"
<p>
P.S. Ask the Speaker で話した、Ruby VM (written in PHP) on PHP VM (compiled to Wasm) on Wasm VM (written in PHP) on PHP というアイデアは「マジ」なので、続報をお待ちください (自作 Wasm runtime に不足している機能を鋭意実装中です)。
</p>
+ <p>
+ 2024-07-07 追記: <a href="https://github.com/nsfisis/php-waddiwasi/commit/a312e95a95d243943535f94653822d6796d4637f">コミット a312e95</a> で、ついに Ruby VM on PHP VM on Wasm VM on PHP を実現した。現時点での動かしかたは README に記載している。
+ </p>
</section>
</section>
<section id="outro">
diff --git a/vhosts/blog/public/atom.xml b/vhosts/blog/public/atom.xml
index 6856ecaa..eb004bb6 100644
--- a/vhosts/blog/public/atom.xml
+++ b/vhosts/blog/public/atom.xml
@@ -7,7 +7,7 @@
<author>
<name>nsfisis</name>
</author>
- <updated>2024-06-19T00:00:00+09:00</updated>
+ <updated>2024-07-07T00:00:00+09:00</updated>
<entry>
<id>urn:uuid:8d6f3690-3da3-4235-a81b-b9707cee22ad</id>
<link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-06-19/scalamatsuri-2024-report/"></link>
@@ -78,7 +78,7 @@
<title>PHPerKaigi 2024 参加レポ</title>
<summary>2024-03-07 から 2024-03-09 にかけて開催された、PHPerKaigi 2024 に参加した。</summary>
<published>2024-03-17T00:00:00+09:00</published>
- <updated>2024-03-17T00:00:00+09:00</updated>
+ <updated>2024-07-07T00:00:00+09:00</updated>
</entry>
<entry>
<id>urn:uuid:da7b1d5a-70df-4c4a-936c-1b49ca1a7c37</id>
diff --git a/vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html b/vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html
index a1bb8cbb..d1f212b8 100644
--- a/vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html
+++ b/vhosts/blog/public/posts/2024-03-17/phperkaigi-2024-report/index.html
@@ -62,6 +62,9 @@
<li class="revision">
<time datetime="2024-03-17">2024-03-17</time>: 公開
</li>
+ <li class="revision">
+ <time datetime="2024-07-07">2024-07-07</time>: Wasm ランタイムの進捗について追記
+ </li>
</ol>
</section>
<section id="section--intro">
@@ -145,6 +148,10 @@
<p>
P.S. Ask the Speaker で話した、Ruby VM (written in PHP) on PHP VM (compiled to Wasm) on Wasm VM (written in PHP) on PHP というアイデアは「マジ」なので、続報をお待ちください (自作 Wasm runtime に不足している機能を鋭意実装中です)。
</p>
+
+ <p>
+ 2024-07-07 追記: <a href="https://github.com/nsfisis/php-waddiwasi/commit/a312e95a95d243943535f94653822d6796d4637f">コミット a312e95</a> で、ついに Ruby VM on PHP VM on Wasm VM on PHP を実現した。現時点での動かしかたは README に記載している。
+ </p>
</section>
</section>
diff --git a/vhosts/blog/public/posts/atom.xml b/vhosts/blog/public/posts/atom.xml
index 087f2712..6d2f9e51 100644
--- a/vhosts/blog/public/posts/atom.xml
+++ b/vhosts/blog/public/posts/atom.xml
@@ -7,7 +7,7 @@
<author>
<name>nsfisis</name>
</author>
- <updated>2024-06-19T00:00:00+09:00</updated>
+ <updated>2024-07-07T00:00:00+09:00</updated>
<entry>
<id>urn:uuid:8d6f3690-3da3-4235-a81b-b9707cee22ad</id>
<link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-06-19/scalamatsuri-2024-report/"></link>
@@ -62,7 +62,7 @@
<title>PHPerKaigi 2024 参加レポ</title>
<summary>2024-03-07 から 2024-03-09 にかけて開催された、PHPerKaigi 2024 に参加した。</summary>
<published>2024-03-17T00:00:00+09:00</published>
- <updated>2024-03-17T00:00:00+09:00</updated>
+ <updated>2024-07-07T00:00:00+09:00</updated>
</entry>
<entry>
<id>urn:uuid:fd8fcb03-8e4d-4ca7-8499-0674accc51a9</id>
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index 3b7a482d..c2c4005c 100644
--- a/vhosts/blog/public/posts/index.html
+++ b/vhosts/blog/public/posts/index.html
@@ -143,7 +143,7 @@
</p>
</section>
<footer class="entry-footer">
- <time datetime="2024-03-17">2024-03-17</time> 投稿
+ <time datetime="2024-03-17">2024-03-17</time> 投稿、<time datetime="2024-07-07">2024-07-07</time> 更新
</footer>
</a>
</article>
diff --git a/vhosts/blog/public/tags/conference/atom.xml b/vhosts/blog/public/tags/conference/atom.xml
index fe283c22..1a791cba 100644
--- a/vhosts/blog/public/tags/conference/atom.xml
+++ b/vhosts/blog/public/tags/conference/atom.xml
@@ -7,7 +7,7 @@
<author>
<name>nsfisis</name>
</author>
- <updated>2024-06-19T00:00:00+09:00</updated>
+ <updated>2024-07-07T00:00:00+09:00</updated>
<entry>
<id>urn:uuid:8d6f3690-3da3-4235-a81b-b9707cee22ad</id>
<link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-06-19/scalamatsuri-2024-report/"></link>
@@ -46,7 +46,7 @@
<title>PHPerKaigi 2024 参加レポ</title>
<summary>2024-03-07 から 2024-03-09 にかけて開催された、PHPerKaigi 2024 に参加した。</summary>
<published>2024-03-17T00:00:00+09:00</published>
- <updated>2024-03-17T00:00:00+09:00</updated>
+ <updated>2024-07-07T00:00:00+09:00</updated>
</entry>
<entry>
<id>urn:uuid:da7b1d5a-70df-4c4a-936c-1b49ca1a7c37</id>
diff --git a/vhosts/blog/public/tags/conference/index.html b/vhosts/blog/public/tags/conference/index.html
index e92cbd35..31e3fdc2 100644
--- a/vhosts/blog/public/tags/conference/index.html
+++ b/vhosts/blog/public/tags/conference/index.html
@@ -114,7 +114,7 @@
</p>
</section>
<footer class="entry-footer">
- <time datetime="2024-03-17">2024-03-17</time> 投稿
+ <time datetime="2024-03-17">2024-03-17</time> 投稿、<time datetime="2024-07-07">2024-07-07</time> 更新
</footer>
</a>
</article>
diff --git a/vhosts/blog/public/tags/php/atom.xml b/vhosts/blog/public/tags/php/atom.xml
index 5a0fd439..82f230e6 100644
--- a/vhosts/blog/public/tags/php/atom.xml
+++ b/vhosts/blog/public/tags/php/atom.xml
@@ -7,7 +7,7 @@
<author>
<name>nsfisis</name>
</author>
- <updated>2024-06-01T00:00:00+09:00</updated>
+ <updated>2024-07-07T00:00:00+09:00</updated>
<entry>
<id>urn:uuid:f13aa9d6-4533-4a15-872a-c298ab2090db</id>
<link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-05-11/phpconkagawa-2024-report/"></link>
@@ -54,7 +54,7 @@
<title>PHPerKaigi 2024 参加レポ</title>
<summary>2024-03-07 から 2024-03-09 にかけて開催された、PHPerKaigi 2024 に参加した。</summary>
<published>2024-03-17T00:00:00+09:00</published>
- <updated>2024-03-17T00:00:00+09:00</updated>
+ <updated>2024-07-07T00:00:00+09:00</updated>
</entry>
<entry>
<id>urn:uuid:cee40048-f3c5-4043-9ef8-a4ee2ae7cf0e</id>
diff --git a/vhosts/blog/public/tags/php/index.html b/vhosts/blog/public/tags/php/index.html
index 01953882..c4af7a7a 100644
--- a/vhosts/blog/public/tags/php/index.html
+++ b/vhosts/blog/public/tags/php/index.html
@@ -129,7 +129,7 @@
</p>
</section>
<footer class="entry-footer">
- <time datetime="2024-03-17">2024-03-17</time> 投稿
+ <time datetime="2024-03-17">2024-03-17</time> 投稿、<time datetime="2024-07-07">2024-07-07</time> 更新
</footer>
</a>
</article>
diff --git a/vhosts/blog/public/tags/phperkaigi/atom.xml b/vhosts/blog/public/tags/phperkaigi/atom.xml
index 13a8d3ae..4937d189 100644
--- a/vhosts/blog/public/tags/phperkaigi/atom.xml
+++ b/vhosts/blog/public/tags/phperkaigi/atom.xml
@@ -7,14 +7,14 @@
<author>
<name>nsfisis</name>
</author>
- <updated>2024-03-17T00:00:00+09:00</updated>
+ <updated>2024-07-07T00:00:00+09:00</updated>
<entry>
<id>urn:uuid:750be5c8-ca52-4cbd-86fe-5645b06bde95</id>
<link rel="alternate" href="https://blog.nsfisis.dev/posts/2024-03-17/phperkaigi-2024-report/"></link>
<title>PHPerKaigi 2024 参加レポ</title>
<summary>2024-03-07 から 2024-03-09 にかけて開催された、PHPerKaigi 2024 に参加した。</summary>
<published>2024-03-17T00:00:00+09:00</published>
- <updated>2024-03-17T00:00:00+09:00</updated>
+ <updated>2024-07-07T00:00:00+09:00</updated>
</entry>
<entry>
<id>urn:uuid:cee40048-f3c5-4043-9ef8-a4ee2ae7cf0e</id>
diff --git a/vhosts/blog/public/tags/phperkaigi/index.html b/vhosts/blog/public/tags/phperkaigi/index.html
index 315dc299..cc81aa1d 100644
--- a/vhosts/blog/public/tags/phperkaigi/index.html
+++ b/vhosts/blog/public/tags/phperkaigi/index.html
@@ -54,7 +54,7 @@
</p>
</section>
<footer class="entry-footer">
- <time datetime="2024-03-17">2024-03-17</time> 投稿
+ <time datetime="2024-03-17">2024-03-17</time> 投稿、<time datetime="2024-07-07">2024-07-07</time> 更新
</footer>
</a>
</article>