Skip to content

Commit b4556b9

Browse files
committed
Expose wasm plugin
1 parent e82f8b3 commit b4556b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

etc/.makie.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ plugins[ 'test-summary' ] = path.join( prefix, 'makie-test-summary' );
3636
plugins[ 'test-cov' ] = path.join( prefix, 'makie-test-cov' );
3737
plugins[ 'view-complexity' ] = path.join( prefix, 'makie-view-complexity' );
3838
plugins[ 'view-cov' ] = path.join( prefix, 'makie-view-cov' );
39+
plugins[ 'wasm' ] = path.join( prefix, 'makie-wasm' );
3940

4041

4142
// EXPORTS //

0 commit comments

Comments
 (0)