Skip to content
vic

vstreame/astexplorer-gleam

(Experimental) WASM implementation of Gleam's AST meant for ASTExplorer

vstreame/astexplorer-gleam.json
{
"createdAt": "2022-04-17T00:53:08Z",
"defaultBranch": "main",
"description": "(Experimental) WASM implementation of Gleam's AST meant for ASTExplorer ",
"fullName": "vstreame/astexplorer-gleam",
"homepage": null,
"language": "Rust",
"name": "astexplorer-gleam",
"pushedAt": "2022-04-17T20:10:35Z",
"stargazersCount": 3,
"topics": [],
"updatedAt": "2022-06-19T16:05:15Z",
"url": "https://github.com/vstreame/astexplorer-gleam"
}

This is a wrapper for Gleam that provides a JavaScript interface to Gleam’s Rust parser compiled to WASM with:

Terminal window
wasm-pack build --target bundler

It’s not intended for general usage, but only as a wrapper for ASTExplorer.