You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Publishing on NPM would allow users to use supersim with npx
npx supersim
Install with NPM
npmi--globalsupersim
Or list supersim as a subdependency in a package.json. This is my use case. I'm making a testing library called tevm test soon and I would like to enable interop support with supersim.
How
Adding a go binary to npm is straightforward. You need a package.json
Feature
Publish the binaries on NPM
Why?
Publishing on NPM would allow users to use supersim with npx
Install with NPM
Or list supersim as a subdependency in a package.json. This is my use case. I'm making a testing library called
tevm test
soon and I would like to enable interop support with supersim.How
Adding a go binary to npm is straightforward. You need a package.json
And then you need a simple postinstall script. This install script simply downloads the correct binary based on the platform to bin/supersim.
The text was updated successfully, but these errors were encountered: