Home > @lynx-js/lynx-bundle-rslib-config > EncodeOptions
EncodeOptions interface
The options for encoding the external bundle.
Signature:
Home > @lynx-js/lynx-bundle-rslib-config > EncodeOptions
The options for encoding the external bundle.
Signature:
export interface EncodeOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(Optional) Whether to compile main thread chunks to JsBytecode in the emitted bundle. | ||
|
string |
(Optional) The engine version of the external bundle. | ||
|
'web' | 'tasm' |
(Optional) The output format of the encoded bundle.
|

