The publish workflow needs to build wasm binaries for a variety of architectures, or as an alternative the package needs to compile at install time as a post install script.
- Option 1: The publish workflow needs to build wasm binaries for a variety of architectures. With this approach either a different npm package per architecture should be published, or the plugin needs some method of picking the correct binary locally.
- Option 2: The package compiles the binary at install time as a NPM post install script.
The publish workflow needs to build wasm binaries for a variety of architectures, or as an alternative the package needs to compile at install time as a post install script.