goboscript IDE
May 16, 2026 ยท View on GitHub

Code editor with integrated project player for creating goboscript projects quickly.
Built with
goboscript IDE is a React application that uses wasm-pack to run the goboscript compiler in the browser.
Contributing
Pull Requests are appreciated.
Clone the repository and build goboscript using wasm-pack.
git clone https://github.com/aspizu/goboscript
cd goboscript
wasm-pack build --release
cd ..
bun install
bun run dev