@@ -25,7 +25,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
25
25
< div class ='fl pad1y space-right2 '>
26
26
< span class ="strong "> 100% </ span >
27
27
< span class ="quiet "> Statements</ span >
28
- < span class ='fraction '> 95/95 </ span >
28
+ < span class ='fraction '> 97/97 </ span >
29
29
</ div >
30
30
31
31
@@ -46,7 +46,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
46
46
< div class ='fl pad1y space-right2 '>
47
47
< span class ="strong "> 100% </ span >
48
48
< span class ="quiet "> Lines</ span >
49
- < span class ='fraction '> 95/95 </ span >
49
+ < span class ='fraction '> 97/97 </ span >
50
50
</ div >
51
51
52
52
@@ -158,7 +158,11 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
158
158
< a name ='L93 '> </ a > < a href ='#L93 '> 93</ a >
159
159
< a name ='L94 '> </ a > < a href ='#L94 '> 94</ a >
160
160
< a name ='L95 '> </ a > < a href ='#L95 '> 95</ a >
161
- < a name ='L96 '> </ a > < a href ='#L96 '> 96</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 6x</ span >
161
+ < a name ='L96 '> </ a > < a href ='#L96 '> 96</ a >
162
+ < a name ='L97 '> </ a > < a href ='#L97 '> 97</ a >
163
+ < a name ='L98 '> </ a > < a href ='#L98 '> 98</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 6x</ span >
164
+ < span class ="cline-any cline-yes "> 6x</ span >
165
+ < span class ="cline-any cline-yes "> 6x</ span >
162
166
< span class ="cline-any cline-yes "> 6x</ span >
163
167
< span class ="cline-any cline-yes "> 6x</ span >
164
168
< span class ="cline-any cline-yes "> 6x</ span >
@@ -324,7 +328,9 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
324
328
* var xptr = 0;
325
329
*
326
330
* // Write vector values to module memory:
327
- * mod.write( xptr, [ 1, 2, 3, NaN ] );
331
+ * var x = new Float64Array( [ 1, 2, 3, NaN ] );
332
+ *
333
+ * mod.write( xptr, x );
328
334
*
329
335
* // Perform computation:
330
336
* var sum = mod.main( N, xptr, 1 );
@@ -355,7 +361,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
355
361
< div class ='footer quiet pad2 space-top1 center small '>
356
362
Code coverage generated by
357
363
< a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
358
- at 2025-05-14T20:57:38.263Z
364
+ at 2025-05-16T04:42:46.712Z
359
365
</ div >
360
366
< script src ="../../../../../../prettify.js "> </ script >
361
367
< script >
0 commit comments