Erg Web IDE
- editor
- executing code
- error highlighting
- auto completion
cargo install wasm-pack
npm install
wasm-pack build
npm run build
# npm run start
If you find an error like:
Module not found: Error: Can"t resolve "./snippets/rustpython_wasm-1a681ef34bfe87cf/inline1.js" in "...\web-ide\node_modules\erg-playground"
move snippets
folder from pkg
to node_modules/erg-playground
(run npm run copy
if you use Windows).