This project references the WebAssembly Spec Github Repository using git submodule
.
Check .gitmodules for the submodule settings.
Initialize and update the submodule via
git submodule init
git submodule update
, or, you can clone this repository via
git clone --recurse-submodules git@github.com:bonjune/WasmMeta.git
Please change the uri to this repository for your environment setup if needed.
Once submodule initialization completes, you are done collecting specification files.
species
is a Rust program to parse Wasm Core Specifications rst
files of Wasm syntax.