I am trying to run the hello-world program in Wasmer on windows which is in Javascript (Wasmer is an open-source runtime for executing WebAssembly on the Server). But I am getting the below error. You can have a look at the code: Hello-World
Server running at http://localhost:1234
× Build failed.
@parcel/core: Failed to resolve '@wasmer/wasi/lib/bindings/browser' from './index.js'
C:\Users\msi\docs.wasmer.io\integrations\js\wasi\browser\examples\hello-world\index.js:2:29
1 | import { WASI } from '@wasmer/wasi/lib'
> 2 | import browserBindings from '@wasmer/wasi/lib/bindings/browser'
> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3 | import { WasmFs } from '@wasmer/wasmfs'
4 |