Zstd Compression

Has anyone successfully been able to use zstd compression?

I have tried installing the @mongodb-js/zstd package, and it seems to install correctly. However, when I try to run my app with zstd in the compressors field of the query string. I get the following error:

errorClass [Error]: [An error occurred when creating an index for collection "users: Optional module '@mongodb-js/zstd' not found. Please install it to enable zstd compression]

Other compressors such as snappy work fine. I have tried this on both meteor 2.8.0 and 2.9.0.

Any guidance on how to get the zstd compressor working would be greatly appreciated.