atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Publish atomic-cli to WAPM - compile to WASI / WASM

Open joepio opened this issue 4 years ago • 2 comments

The WAPM package manager is conceptually amazing. Because it's powered by WASM, it's compile once, run anywhere. It's perfect for atomic-cli. I'm trying to get atomic-cli (and -lib) to compile to wasm32-wasi, and most of the issues have been resolved, but I'm still stuck on the (essential) crypto library ring.

Luckily, there are people working on this!

joepio avatar Jan 14 '21 21:01 joepio

Compiling lib to WASM is needed for having a plugin system that works with wasm. #73

joepio avatar Apr 20 '21 07:04 joepio

Now Deno supports wasm. Would be nice if atomic_lib compiled to wasm and was reusable there.

But I'm not quite sure what it means to publish a library as WASM. I know about WAPM, but that's a bit dead now. Deno has WasmBuild which allows using rust code in deno projects.

joepio avatar Jan 23 '25 12:01 joepio