README
astexplorer-syn
This is a wrapper for syn that provides a JavaScript interface to the Rust parser compiled to WASM with:
wasm-pack build --target web
It's not intended for general usage, but only as a wrapper for ASTExplorer.
This is a wrapper for syn that provides a JavaScript interface to the Rust parser compiled to WASM with:
<script type="module">
import astexplorerSyn from 'https://cdn.skypack.dev/astexplorer-syn';
</script>
This is a wrapper for syn that provides a JavaScript interface to the Rust parser compiled to WASM with:
wasm-pack build --target web
It's not intended for general usage, but only as a wrapper for ASTExplorer.