https://github.com/skanehira/wasm_runtime.vim
A small wasm runtime written in vim script.
https://github.com/skanehira/wasm_runtime.vim
neovim vim wasm
Last synced: 2 months ago
JSON representation
A small wasm runtime written in vim script.
- Host: GitHub
- URL: https://github.com/skanehira/wasm_runtime.vim
- Owner: skanehira
- License: mit
- Created: 2022-11-30T14:53:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T12:29:52.000Z (over 3 years ago)
- Last Synced: 2025-04-07T06:45:14.530Z (about 1 year ago)
- Topics: neovim, vim, wasm
- Language: Vim Script
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasm_runtime.vim (WIP)
A small wasm runtime written in vim script.

## Usage
```vim
:WasmRuntimeRun {wasm} {function} {args...}
```
## Author
skanehira