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 <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
| |