Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LONew to Visual Studio Code? Get it now.
LO

LO

glebbash

|
98 installs
| (0) | Free
LO language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

LO language support

NOTE: This extension depends on wasm-wasi-core

This extension adds the following commands:

  • LO: Initialize project in the current workspace
  • LO: Run current file

To compile .lo files to .wasm (using WebShell):

  • Open Web Shell using Command Palette: Terminal: Create New Web Shell
  • Run: run lo.wasm compile <input>.lo > <output>.wasm

To compile .lo files to .wasm (using wasmtime):

  • Run: wasmtime --dir=. lo.wasm compile <input>.lo > <output>.wasm

Check the source for more info

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft