#golem #js #wit #generate #bindings #cloud #interface

bin+lib golem-scalajs-wit-bindgen

Golem Cloud CLI tool for generating Scala.js bindings from a WIT file

1 unstable release

0.0.2 May 8, 2024

#2522 in Command line utilities

Download history 67/week @ 2024-05-02 39/week @ 2024-05-09 1/week @ 2024-05-16

107 downloads per month

Apache-2.0

33KB
661 lines

golem-scalajs-wit-bindgen

Command line interface to generate Scala.js bindings for Golem Cloud.

Installation

To install golem-scalajs-wit-bindgen you currently need to use cargo, Rust's build tool.

To get cargo on your system, we recommend to use rustup:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup install stable
rustup default stable

Then you can install golem-scalajs-wit-bindgen with the following command:

cargo install golem-scalajs-wit-bindgen

Or, you can clone this repository and install with the following command:

cargo install --path .

Running

To run golem-scalajs-wit-bindgen and get more help, you can execute the following command:

golem-scalajs-wit-bindgen --help 

Dependencies

~12MB
~246K SLoC