diff --git a/README.md b/README.md
index 1acb518d..e5788284 100644
--- a/README.md
+++ b/README.md
@@ -197,6 +197,7 @@ Doing the [Build a web app with Blazor](https://docs.microsoft.com/en-us/learn/m
#### API
* [Head Element Helper](https://github.com/jsakamoto/Toolbelt.Blazor.HeadElement) -   `
` and `` components for changing the document titile and meta elements, with server-side prerendering support for SEO/OGP. ([Demo](https://demo-blazor-headelement.azurewebsites.net/)).
* [Blazor.Canvas](https://github.com/excubo-ag/Blazor.Canvas) -   Wrapper library around the HTML canvas API written in C# (no JS dependency) ([Demo](https://excubo-ag.github.io/Blazor.Canvas/)).
+* [Wasm.Dom](https://github.com/nkast/Wasm) -   C# wrapper for fast access to HTML web APIs. Support Canvas (2D/WebGL), Audio, XHR.
* [BlazorIntersectionObserver](https://github.com/ljbc1994/BlazorIntersectionObserver) -  This is a wrapper around the [Intersection Observer API](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API).
#### Charts
* [ChartJs.Blazor](https://github.com/mariusmuntean/ChartJs.Blazor) -   Brings [ChartJs](https://github.com/chartjs/Chart.js) charts to Blazor.