Docs: clarify that Wasm requires Node.js compatible runtime

This commit is contained in:
Lovell Fuller 2023-11-24 12:00:14 +00:00
parent 45ed9ea9bf
commit 3da96a86e6
2 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,8 @@ can be used to configure the target environment.
Experimental support is provided for runtime environments that provide
multi-threaded Wasm via Workers.
Use in web browsers is unsupported.
```sh
npm install --cpu=wasm32 sharp
```

File diff suppressed because one or more lines are too long