Skip to content

yuk1ty/web-ide

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.7%
  • Rust 16.5%
  • HTML 4.6%
  • CSS 2.8%
  • JavaScript 2.4%