Ryex / ic10emu

A Stationeers IC10 code editor and emulator
https://ic10emu.dev/
Apache License 2.0
4 stars 2 forks source link

improve building experience #8

Closed Emilgardis closed 3 months ago

Emilgardis commented 3 months ago

adds a xtask binary that builds the wasm binaries and can start the server

I made the repo into a workspace to share build files between ic10lsp_wasm and ic10emu_wasm. Finally I added polling for the webpack server in development to make it update when the binaries are changed.