Open
Description
A conda-forge feedstock for evcxr would make it possible to run rust in WASM in a browser tab with jupyterlite.
Conda-forge builds binaries for windows, mac, and linux according to feedstocks which contain a recipe/meta.yml and usually a build.sh and build.bat when a PR is created in and merged to a feedstock repo.
jupyterlite/xeus-lite-demo builds a (WASM) jupyterlite static site according to an environment.yml, which could most easily list a xeus-rust or evcxr_jupyter package:
- https://github.com/jupyterlite/xeus-lite-demo
- https://github.com/jupyterlite/xeus-lite-demo#example-jupyterlite-with-numpy-and-matplotlib
Similar to xeus-lua:
- https://github.com/jupyter-xeus/xeus-lua
- https://github.com/conda-forge/xeus-lua-feedstock/
- https://github.com/conda-forge/xeus-lua-feedstock/blob/main/recipe/meta.yaml
Are there other cargo packages on conda-forge? Yes IIRC
- rustworkx:
- rust-script:
- choose-rust:
There's a conda-forge/rust-feedstock which includes cargo
:
- https://github.com/conda-forge/rust-feedstock/
- https://github.com/conda-forge/rust-feedstock/blob/main/recipe/meta.yaml
- https://github.com/conda-forge/rust-feedstock/blob/main/recipe/build.sh
evcxr:
So that there's a Rust kernel in jupyterlite.
Metadata
Metadata
Assignees
Labels
No labels