Skip to content

Commit 8195da1

Browse files
committed
feat: add wasm to namespace
1 parent cf538c1 commit 8195da1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/main.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,15 @@ setReadOnly( stdlib, 'types', require( '@stdlib/types' ) );
414414
*/
415415
setReadOnly( stdlib, 'utils', require( '@stdlib/utils' ) );
416416

417+
/**
418+
* @name wasm
419+
* @memberof stdlib
420+
* @readonly
421+
* @type {Namespace}
422+
* @see {@link module:@stdlib/wasm}
423+
*/
424+
setReadOnly( stdlib, 'wasm', require( '@stdlib/wasm' ) );
425+
417426

418427
// EXPORTS //
419428

0 commit comments

Comments
 (0)