Before you run the examples, please refer to the [Wasm Getting Started guide](./../getting_started/wasm) , and make sure you have [built the bindings](./../getting_started/wasm#build) for
`node.js`.
You can run the wasm example using the following command:
```bash
npm run example:node
```
For the web examples, you should run the following command:
```bash
npm run serve
```