jupyterlite / cockle

In-browser bash-like shell implemented in TypeScript.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Obtain WASM/JS files from emscripten-forge #37

Closed ianthomas23 closed 2 months ago

ianthomas23 commented 2 months ago

This PR removes the WASM/JS files from this repo and instead obtains them at build time from Emscripten-forge, based on the work in #25. Co-authored by @DerThorsten.

This passes the tests locally for me and works with cockle-playground. It currently doesn't work with the JupyterLite terminal extension but I think that is an existing issue in JupyterLite related to the recent upgrades and I will deal with that separately.

ianthomas23 commented 2 months ago

Looks promising. Probably the package release process is broken now, but I'll deal with that at the next release.