Module swc_plugin_runner::plugin_module_bytes

source ·

Structs§

  • A struct for the plugin contains pre-compiled binary. This is for the cases would like to reuse the compiled module, or either load from FileSystemCache.
  • A struct for the plugin contains raw bytes can be compiled into Wasm Module.

Traits§