For AI agents: the complete documentation index is available at /zh/llms.txt, the full documentation bundle is available at /zh/llms-full.txt, and this page is available as Markdown at /zh/config/lib/wasm.md.
close
  • 简体中文
  • lib.wasm

    • 类型:
    type Wasm = {
      mode?: 'compile' | 'preserve';
    };
    • 默认值:
      • bundletrue 时:{ mode: 'compile' }
      • bundlefalse 时:{ mode: 'preserve' }
    • 顶层配置: 支持

    配置 Rslib 如何处理 .wasm 模块,详见 Wasm

    wasm.mode

    • 类型: 'compile' | 'preserve'
    • 默认值:
      • bundletrue 时:'compile'
      • bundlefalse 时:'preserve'

    选择 .wasm 模块的输出模式,详见 Wasm - 输出模式