This updates to cockle 0.0.9 to make use of jupyterlite/cockle#61 to obtain wasm packages from emscripten-forge when building a deployment. The new TerminalAddon class calls the new prepare_wasm tool script in cockle to obtain a list of files that need to be copied into the extension's deployment asset directory.
This updates to
cockle
0.0.9 to make use of jupyterlite/cockle#61 to obtain wasm packages from emscripten-forge when building a deployment. The newTerminalAddon
class calls the newprepare_wasm
tool script incockle
to obtain a list of files that need to be copied into the extension's deployment asset directory.