Skip to content

Commit

Permalink
Merge pull request #3470 from szarnyasg/iss3367
Browse files Browse the repository at this point in the history
Add some Wasm limitations
  • Loading branch information
szarnyasg authored Aug 26, 2024
2 parents a624710 + 08e7f0f commit fda03c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/api/wasm/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ A great starting point is to read the [DuckDB-Wasm launch blog post]({% post_url
Another great resource is the [GitHub repository](https://github.com/duckdb/duckdb-wasm).

For details, see the full [DuckDB-Wasm API Documentation](https://shell.duckdb.org/docs/modules/index.html).

## Limitations

* By default, the WebAssembly client only uses a single thread.
* The WebAssembly client has a limited amount of memory available. [WebAssembly limits the amount of available memory to 4 GB](https://v8.dev/blog/4gb-wasm-memory) and browsers may impose even stricter limits.

0 comments on commit fda03c8

Please sign in to comment.