We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55a3c3 commit 88f2c3fCopy full SHA for 88f2c3f
src/library_pthread.js
@@ -666,7 +666,7 @@ var LibraryPThread = {
666
// Deduce which WebGL canvases (HTMLCanvasElements or OffscreenCanvases) should be passed over to the
667
// Worker that hosts the spawned pthread.
668
// Comma-delimited list of CSS selectors that must identify canvases by IDs: "#canvas1, #canvas2, ..."
669
- var transferredCanvasNames = attr ? {{{ makeGetValue('attr', 36, 'i32') }}} : 0;
+ var transferredCanvasNames = attr ? {{{ makeGetValue('attr', 40, POINTER_TYPE) }}} : 0;
670
#if OFFSCREENCANVASES_TO_PTHREAD
671
// Proxied canvases string pointer -1 is used as a special token to fetch
672
// whatever canvases were passed to build in -s
0 commit comments