-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I am compiling my code with emscripten pthread support and get this error.
Uncaught TypeError: Blob constructor: ArrayBufferView branch of ((ArrayBufferView
or ArrayBuffer) or Blob or USVString) can't be a SharedArrayBuffer or an
ArrayBufferView backed by a SharedArrayBuffer
Caused by this line:
a.href = URL.createObjectURL(new Blob([new Uint8Array(Module["HEAPU8"].buffer,
buffer, buffer_size)], {type: UTF8ToString(mime_type)}));Metadata
Metadata
Assignees
Labels
No labels