Home > @lynx-js/lynx-bundle-rslib-config > EncodeOptions > target
EncodeOptions.target property
The output format of the encoded bundle.
'tasm': the native TASM bundle via@lynx-js/tasm. -'web': a web binary bundle via@lynx-js/web-core/encode, decodable by the web platform. Sections are emitted as raw JS (the web runtime wraps them atlynx.loadScripttime), and CSS is folded into the StyleInfo section.
Signature:
Default Value
'tasm'

