/web-ide

Erg Web IDE

Primary LanguageTypeScriptApache License 2.0Apache-2.0

web-ide

Erg Web IDE

Try now

screenshot

features

  • editor
  • executing code
  • error highlighting
  • auto completion

building

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).