Skip to content

fix: publish workflow currently only builds for linux #1

@KingOfTac

Description

@KingOfTac

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions