Remove reference to nonexistent /guides/wasm.md
(#1662)
Maybe we could instead actually flesh out what *using wasm with astro* means? Is this something where we could pull prior art from the playground site?
This commit is contained in:
parent
cfd66d2c49
commit
09f69f3915
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ It can also be useful to place images in the `public/`-folder as explained on th
|
|||
const wasm = await WebAssembly.instantiateStreaming(fetch('/example.wasm'));
|
||||
```
|
||||
|
||||
Astro supports loading WASM files directly into your application using the browser's [`WebAssembly`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly) API. Read our [WASM guide](/guides/wasm) to learn more.
|
||||
Astro supports loading WASM files directly into your application using the browser's [`WebAssembly`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly) API.
|
||||
|
||||
## NPM Packages
|
||||
|
||||
|
|
Loading…
Reference in a new issue