Skip to content

Commit

Permalink
Fix: change TypeScript -> JavaScript and JavaScript -> TypeScript in …
Browse files Browse the repository at this point in the history
…two sections
  • Loading branch information
Andrew Vivash authored and Andrew Vivash committed Feb 21, 2024
1 parent 7a48aaa commit 4e40f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/everycli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Every CLI
description: The Every CLI is a developer tool that includes a local gateway server
---

Every CLI is an experimental CLI for developers written in TypeScript. It has a set of convenience functions for interacting with Homestar and the Everywhere Computer control panel.
Every CLI is an experimental CLI for developers written in JavaScript. It has a set of convenience functions for interacting with Homestar and the Everywhere Computer control panel.

More info in the Github repo, including usage: https://github.com/everywhere-computer/every-cli

Expand All @@ -13,7 +13,7 @@ In order to make an easy experience for JavaScript developers, the Every CLI has

This relies on [ComponentizeJS](https://github.com/bytecodealliance/ComponentizeJS):

> Provides a Mozilla SpiderMonkey embedding that takes as input a JavaScript source file and a WebAssembly Component using the [WIT format](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md), and outputs a [WebAssembly Component](https://github.com/WebAssembly/component-model) binary with the same interface.
> Provides a Mozilla SpiderMonkey embedding that takes as input a TypeScript source file and a WebAssembly Component using the [WIT format](https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md), and outputs a [WebAssembly Component](https://github.com/WebAssembly/component-model) binary with the same interface.
:::note
We're using this as part of the Wasmtime runtime we use for Homestar. Components and WIT are evolving rapidly. These functions each embed an entire Spidermonkey instance, so will be slower than functions written in Rust and compiled to Wasm.
Expand Down

0 comments on commit 4e40f51

Please sign in to comment.