added readme

This commit is contained in:
2026-08-24 16:34:03 -04:00
parent 1de4c18436
commit 4c58ef63b1
5 changed files with 1808 additions and 0 deletions
+2
View File
@@ -1,2 +1,4 @@
firefox-webapi-with-crates.pdf
firefox-webapi-with-crates.pptx
.obsidian
node_modules
+3
View File
@@ -1,5 +1,8 @@
# requires secondary firefox binary
install:
npm install --save-dev @marp-team/marp-cli
all: pdf pptx
pptx:
+9
View File
@@ -0,0 +1,9 @@
------
## Firefox Web APIs with Crates (over FFI)
A lightning talk for RustConf 2026.
### Slideshow
Uses marp to build a slideshow pdf and pptx.
Marp depends on node.
See makefile for installation and building.
+1789
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -0,0 +1,5 @@
{
"devDependencies": {
"@marp-team/marp-cli": "^4.5.0"
}
}