Skip to content

jakobgetz/wat-the-wasm.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09a44a6 · Aug 22, 2023

History

9 Commits
 
 
 
 
 
 

Repository files navigation

wat-the-wasm.nvim

Explore WebAssembly Text and how it gets assembled into the WebAssembly binary.

Install

{ "jakobgetz/wat-the-wasm.nvim" }

This plugins makes use of WABT: The WebAssembly Binary Toolkit. Make sure it is installed.

Setup

require "wat-the-wasm".setup()

Use

Use these commands on your .wat files to explore the assembler.

:Wat2Wasm     -- display WebAssembly Text as WebAssembly binary
:Wat2Wat      -- display WebAssembly Text with the information the WebAssembly binary contains
:WatTheWasm   -- display WebAssembly Text as WebAssembly binary with verbose information
:WatRevert    -- revert back to the original WebAssembly Text

Config

So far wat-the-wasm has no configuration options.

Contributing

Pull requests are always welcome!

About

Explore the WebAssembly assembler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages