2018-08-21 21:56:23 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#WebAssembly layer"
|
|
|
|
description: "This layer adds WebAssembly support to SpaceVim"
|
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#WebAssembly
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Features](#features)
|
|
|
|
- [Install](#install)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
This layer adds WebAssembly language support to SpaceVim.
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- syntax highlighting
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
2018-08-22 20:40:25 +08:00
|
|
|
name = "lang#WebAssembly"
|
2018-08-21 21:56:23 +08:00
|
|
|
```
|