Hi there 👋🏻 This repository contains my slides and examples from my talk Leveraging Web APIs for Portable JavaScript Libraries at UtahJS 2025.
If you want to run the slides or examples, you'll first need the following:
Run pnpm install to install the dependencies and you're ready to go!
Slides are located in /slides and are authored in Slidev. You can run them from the root by using pnpm run slides.
There are some benchmarks of the concepts presented in the slides located in /benchmarks. You can run these from the root by using pnpm run bench.