Crates.io | golem-scalajs-wit-bindgen |
lib.rs | golem-scalajs-wit-bindgen |
version | 0.0.2 |
source | src |
created_at | 2024-05-08 17:11:27.666603 |
updated_at | 2024-05-08 17:11:27.666603 |
description | Golem Cloud CLI tool for generating Scala.js bindings from a WIT file |
homepage | https://www.golem.cloud/ |
repository | |
max_upload_size | |
id | 1233970 |
size | 63,715 |
Command line interface to generate Scala.js bindings for Golem Cloud.
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 .
To run golem-scalajs-wit-bindgen
and get more help, you can execute the following command:
golem-scalajs-wit-bindgen --help