> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/web/get-started/faq/pnacl-modules.md).

# PNaCl modules can only be used on the open web

World's #1 PDF SDK Library for Web, Mobile, Server, Desktop

WebViewer provides PNaCl, WebAssembly and asm.js modules to allow for client side rendering of documents in many different browsers. Chrome is the only browser that supports PNaCl and as of Chrome 82 they have removed support for PNaCl modules.

Below is the error message you might see in the browser console in Chrome 76:

![](https://3532544125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9YnTSKIHvV7m0A36LbO%2Fuploads%2Fgit-blob-e460c7b9847e17d3858cdd97a7ce54a705f01c8b%2Fac013343c4afb7e9990e668ad1ca5224675fe454-726x39.png?alt=media)

In this case WebViewer will automatically use the WebAssembly module so there won't be any problems loading documents. It is safe to ignore this error or you can force WebAssembly to be the default choice so that the error doesn't appear.

Note that in WebViewer 7.0 and higher PNaCl is no longer included so WebAssembly will automatically be used as the default.

## Ignore the error

As mentioned, WebViewer will automatically use WebAssembly so documents will continue to load without issues. You can safely ignore this error.

## Hide the error

To force WebAssembly to be the default choice you can pass the constructor option `backendType: 'ems'` to WebViewer. This will force WebViewer to choose the WebAssembly or asm.js module and the error won't appear.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/web/get-started/faq/pnacl-modules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
