tvl-depot/users/tazjin/presentations/tvix-eval-2023
Vincent Ambo 4ef86040dd feat(tazjin/presentations): add (intentionally) broken WASM demo
This demonstrates a Rust stdlib call that just causes runtime panics
on WASM, for explaining the problems with porting Tvixbolt.

Change-Id: Ief974f1bba509fdac4b9bc9f862ee8f4dfc5158e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9206
Tested-by: BuildkiteCI
Reviewed-by: Mark Shevchenko <markshevchenko@gmail.com>
Autosubmit: tazjin <tazjin@tvl.su>
2023-09-02 18:20:54 +00:00
..
wasm-fs-demo feat(tazjin/presentations): add (intentionally) broken WASM demo 2023-09-02 18:20:54 +00:00
cppnix-example-lexer.cpp feat(tazjin/presentations): bootstrap tvix-eval-2023 presentation 2023-09-01 13:50:32 +00:00
cppnix-example-smuggling.cpp feat(tazjin/presentations): bootstrap tvix-eval-2023 presentation 2023-09-01 13:50:32 +00:00
default.nix feat(tazjin/presentations): bootstrap tvix-eval-2023 presentation 2023-09-01 13:50:32 +00:00
presentation.pdfpc feat(tazjin/presentations): bootstrap tvix-eval-2023 presentation 2023-09-01 13:50:32 +00:00
presentation.tex feat(tazjin/presentations): bootstrap tvix-eval-2023 presentation 2023-09-01 13:50:32 +00:00
README.md feat(tazjin/presentations): bootstrap tvix-eval-2023 presentation 2023-09-01 13:50:32 +00:00

These are the slides for a talk at the Moscow Rust User Group / ProgMSK on 2023-09-07.

After building, the presentation can be launched with pdfpc (available in nixpkgs), like this:

pdfpc --windowed=both result/presentation.pdf -R presentation.pdfpc

I keep the JSON file formatted using jq . presentation.pdfpc | sponge presentation.pdfpc for easier diffs.