diff --git a/README.md b/README.md index ee20a6f..83d79f9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,19 @@ An implementation of the browser DOM—primarily for SSR—in Deno. Implemented with Rust, WASM, and obviously, Deno/TypeScript. +# Table of Contents +- [Deno DOM](#deno-dom) +- [Example](#example) +- [WebAssembly Startup Penalty](#webassembly-startup-penalty) +- [Documentation](#documentation) +- [Goals](#goals) +- [Non-Goals](#non-goals) +- [Running Tests](#running-tests) +- [Building Deno DOM Native](#building-deno-dom-native) +- [Credits](#credits) +- [Additional Guidelines](#additional-guidelines) + + ## Example ```typescript