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 254fa9e commit 1cd5988Copy full SHA for 1cd5988
lib/node_modules/@stdlib/blas/base/daxpy-wasm/docs/repl.txt
@@ -284,9 +284,9 @@
284
Reallocates the underlying WebAssembly memory instance to a specified number
285
of bytes.
286
287
- WebAssembly memory can only **grow**, not shrink. Hence, if provided a
288
- number of bytes which is less than or equal to the size of the current
289
- memory, the function does nothing.
+ WebAssembly memory can only *grow*, not shrink. Hence, if provided a number
+ of bytes which is less than or equal to the size of the current memory, the
+ function does nothing.
290
291
When non-shared memory is resized, the underlying the `ArrayBuffer` is
292
detached, consequently invalidating any associated typed array views. Before
0 commit comments