diff --git a/barcode-reader/web/capabilities/adaptive-wasm-loading.md b/barcode-reader/web/capabilities/adaptive-wasm-loading.md index f829d41..36048b2 100644 --- a/barcode-reader/web/capabilities/adaptive-wasm-loading.md +++ b/barcode-reader/web/capabilities/adaptive-wasm-loading.md @@ -54,7 +54,6 @@ However, developers can **manually override** this behavior and explicitly speci ```javascript Dynamsoft.Core.CoreModule.wasmLoadOptions = { wasmType: "ml-simd-pthread", - pthreadPoolSize: 5, }; ```