Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converting WAST to WAT

⚠️ This repository is not working yet, it contains ideas but not working code. ⚠️

Credit

Based on Wasmtime WAST Crate [896e25e].

Notes

I could not quickly find a tool that converts WAST (e.g. from the reference Wasm test suite) to WAT, while preserving the assertions as part of the WASM instructions.

When using the reference WASM interpreter, WebAssembly/spec/interpreter to convert a WAST file to a WAT file (as is performed in this script), the assertions seem to be lost.

The wat (parser) library from the bytecode aliance does not parse WAST files, however the [wast (parser) library] from the bytecode aliance does!


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages