AGhost-7/docker-dev

WASM rust?

AGhost-7 opened this issue · 2 comments

Bundling emscripten could be nice for the rust image 🤷‍♂️

Hello,

I was thinking about his with #69, there are many language options that come with WASM, it would be interesting to have a tool to enter an image with what you need, docker run -it aghost7/wasm-dev:bionic-deno-rust tmux new. Doing so would add lots of images just for wasm though, so maybe a wasm tool to make an image with what devs want and they can have that image locally rather than hosting all possible wasm combinations.

I would keep the languages split, wasm is just a target. For example I had a scala and java image (not one image for both languages), but they both target the same runtime (jvm).

ps. looks like we might not need emscripten anymore (bundling cargo-web could be useful though).