CDN Resources for %40webassemblyjs
Various ways to access %40webassemblyjs via Content Delivery Networks
Package Installation
npm
npm install %40webassemblyjsyarn
yarn add %40webassemblyjspnpm
pnpm add %40webassemblyjsCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/%40webassemblyjs"></script>Unpkg
<script src="https://unpkg.com/%40webassemblyjs"></script>jsDelivr ESM
<script type="module">
import %40webassemblyjs from 'https://cdn.jsdelivr.net/npm/%40webassemblyjs/+esm';
</script>Skypack
<script type="module">
import %40webassemblyjs from 'https://cdn.skypack.dev/%40webassemblyjs';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages