A simple proof of concept (POC) WebAssembly version 13 toolset written in JavaScript. Basically, it's an implementation of a small part of libwasm.js I wrote for fun. However, this implementation is incomplete and only lists a select few sections for now.

Either open a .wasm file or type the module bytes in here. E.g., 00 61 73 6D 0D 00 00 00 ... An example .wasm has been provided below.