Skip to content

Commit

Permalink
removed command, pointed directly to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
bmann committed Feb 20, 2024
1 parent 7799d4e commit 7a48aaa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/content/docs/everycli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ More info in the Github repo, including usage: https://github.com/everywhere-com

## Wasmify

In order to make an easy experience for JavaScript developers, the Every CLI has a `gen-wasm` function.

```
every gen-wasm <ABSOLUTE_PATH_TO_TS_FUNCTION_FILE>
```
In order to make an easy experience for JavaScript developers, the Every CLI has a function to "Wasmify" TypeScript source code. This will output a compiled Wasm binary that can be run directly in Everywhere Computer.

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

Expand Down

0 comments on commit 7a48aaa

Please sign in to comment.