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 5882d51 commit 532a833Copy full SHA for 532a833
lib/stream-data.js
@@ -11,7 +11,7 @@ const streamData = async ($, dataFileName) => {
11
throw new Error();
12
}
13
14
- $.memU32[memmap.definitions_ptr] = memmap.definitions;
+ $.memU32[memmap.definitionsPtr] = memmap.definitions;
15
16
const resp = await fetch(dataFileName, {
17
headers: {'Accept-Encoding': 'br, deflate'}
0 commit comments