mirror of
https://github.com/mtshiba/pylyzer.git
synced 2025-07-07 17:45:00 +00:00
.. | ||
Cargo.toml | ||
lib.rs | ||
README.md |
pylyzer_wasm
Wasm wrapper for pylyzer.
Usage
import { Analyzer } from 'pylyzer_wasm';
const analyzer = new Analyzer();
const errors = analyzer.check('print("Hello, World!")');
const locals = analyzer.dir();