https://github.com/golemcloud/golem-scalajs-wit-bindgen
https://github.com/golemcloud/golem-scalajs-wit-bindgen
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/golemcloud/golem-scalajs-wit-bindgen
- Owner: golemcloud
- License: apache-2.0
- Created: 2023-09-26T12:59:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T08:45:26.000Z (over 1 year ago)
- Last Synced: 2025-07-09T01:45:28.689Z (11 months ago)
- Language: Rust
- Size: 95.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golem-scalajs-wit-bindgen
Command line interface to generate Scala.js bindings for [Golem Cloud](https://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](https://rustup.rs/):
```shell
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:
```shell
cargo install golem-scalajs-wit-bindgen
```
Or, you can clone this repository and install with the following command:
```shell
cargo install --path .
```
## Running
To run `golem-scalajs-wit-bindgen` and get more help, you can execute the following command:
```shell
golem-scalajs-wit-bindgen --help
```