Skip to content

drom/wast-forth

Repository files navigation

Build Status

wast-forth

WebAssembly AST 👉 Forth

Usage

Install

npm i wast-forth

CLI

genforth test.wast > test.forth

As a library

var p = require('wast-praser').parse,
    g = require('wast-forth').genforth;

console.log(g(p('(module )')));
// =>

References

Portable Assembly Language (PAF)

About

WebAssembly AST ↔️ Forth

Resources

License

Stars

Watchers

Forks

Packages

No packages published