Overview Version History Q & A Rating & Review
LO language support
NOTE: This extension depends on wasm-wasi-core which currently has no release version so you'll need to click Install Pre-Release Version
to install it.
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 <input>.lo > <output>.wasm
To compile .lo
files to .wasm
(using wasmtime ):
Run: wasmtime --dir=. lo.wasm <input>.lo > <output>.wasm
Check the source for more info