Back to Ember Js

The JIT Embedding API

internal-docs/guides/embedding/92-jit.md

5.12.0505 B
Original Source

The JIT Embedding API

This version of the API is currently used by Ember as of Ember 3.7.

Pros:

  • Allows an application to ship a relatively compact representation of the template (the Wire Format), which is useful for extremely bandwidth-constrained environments.
  • Allows an application to compile templates on demand

Cons:

  • Requires an application to ship the Wire Format
  • Requires the compilation of the Wire Format at runtime