aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-10-22 13:25:18 +0900
committernsfisis <nsfisis@gmail.com>2023-10-22 13:25:18 +0900
commit69c4159c6464937031e046eae3fc74045fe9fae0 (patch)
tree36cbddf71cffda0979cc77a151774457e87e4485
parentf12c57e4846fe7e4dbb422bc536cdcf609782ec9 (diff)
downloadphpstudy-157-slides-69c4159c6464937031e046eae3fc74045fe9fae0.tar.gz
phpstudy-157-slides-69c4159c6464937031e046eae3fc74045fe9fae0.tar.zst
phpstudy-157-slides-69c4159c6464937031e046eae3fc74045fe9fae0.zip
最低限の下書き
-rw-r--r--README.md2
-rw-r--r--slide.saty22
2 files changed, 21 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5bb5b4d..9e379c5 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-https://phpstudy.connpass.com/event/TODO/
+https://phpstudy.connpass.com/event/297100/
diff --git a/slide.saty b/slide.saty
index dbed3ff..43e5b59 100644
--- a/slide.saty
+++ b/slide.saty
@@ -24,10 +24,12 @@ document '<
+make-title(|
title = {
- |TODO
+ |PHP コードを隔離された環境で
+ |安全に動かす
+ |(on WebAssembly)
|};
author = {|nsfisis (いまむら)|};
- date = {|第TODO回PHP勉強会@東京|};
+ date = {|第157回PHP勉強会@東京|};
|);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -47,6 +49,22 @@ document '<
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ +frame{任意コードを安全に実行したい}<
+ +p{TODO}
+ >
+
+ +frame{WebAssembly とは}<
+ +p{TODO}
+ >
+
+ +frame{先行研究}<
+ +p{TODO}
+ >
+
+ +frame{WebAssembly にビルドする}<
+ +p{TODO}
+ >
+
+frame{まとめ}<
+p{TODO}
>