Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 742 Bytes

package_plugin_as_single_executable.md

File metadata and controls

19 lines (14 loc) · 742 Bytes

Package plugin as a single executable

This plugin can be packaged into a single executable together with Node.js runtime and Chromium so it doesn't require any additional dependencies to be installed.

make build_package ARCH=<arch_string>

Where <arch_string> is a combination of

  • linux, darwin, win32
  • ia32, x64, arm, arm64
  • unknown, glibc, musl

This follows combinations allowed for GRPC plugin and you can see options here.

At least the following combinations have been verified to work:

  • linux-x64-glibc
  • darwin-x64-unknown
  • win32-x64-unknown