Skip to content

Commit 601d388

Browse files
committed
docs: update extension readme
1 parent 034d1d2 commit 601d388

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Here are some of them with syntax highlighting from the [LO VS Code extension](#
5757
- To run currently open file: execute Command Palette: `LO: Run current file`, or press ▶️ button in the top toolbar
5858
- Compiling files:
5959
- Open Web Shell: execute Command Palette: `Terminal: Create New Web Shell`
60-
- Run: `run lo.wasm <input>.lo > <output>.wasm`
60+
- Run: `run lo.wasm compile <input>.lo > <output>.wasm`
6161

6262
---
6363

vscode-ext/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ This extension adds the following commands:
88

99
To compile `.lo` files to `.wasm` (using [WebShell](https://marketplace.visualstudio.com/items?itemName=ms-vscode.webshell)):
1010
- Open Web Shell using Command Palette: `Terminal: Create New Web Shell`
11-
- Run: `run lo.wasm <input>.lo > <output>.wasm`
11+
- Run: `run lo.wasm compile <input>.lo > <output>.wasm`
1212

1313
To compile `.lo` files to `.wasm` (using [wasmtime](https://wasmtime.dev/)):
14-
- Run: `wasmtime --dir=. lo.wasm <input>.lo > <output>.wasm`
14+
- Run: `wasmtime --dir=. lo.wasm compile <input>.lo > <output>.wasm`
1515

1616
> Check [the source](https://github.com/glebbash/LO) for more info

vscode-ext/lo.vsix

-506 Bytes
Binary file not shown.

vscode-ext/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "glebbash",
66
"publisher": "glebbash",
77
"license": "MIT",
8-
"version": "0.0.68",
8+
"version": "0.0.69",
99
"engines": {
1010
"vscode": "^1.88.0"
1111
},

0 commit comments

Comments
 (0)