Node.js module
node:sea
Not implemented in Bun
node:sea support is not planned or implemented. You can use `bun build --compile` which offers similar functionality for building single executable applications.
Functions 5
- sea.getAsset()
This method can be used to retrieve the assets configured to be bundled into the single-executable application at build time.
- sea.getAssetAsBlob()
Similar to
sea.getAsset(), but returns the result in aBlob. - sea.getAssetKeys()
This method can be used to retrieve an array of all the keys of assets embedded into the single-executable application.
- sea.getRawAsset()
This method can be used to retrieve the assets configured to be bundled into the single-executable application at build time.
- sea.isSea()