Stream: cranelift

Topic: wasm-backend


view this post on Zulip Dan Chiarlone (danbugs) (Sep 21 2021 at 15:55):

Is it possible to compile Cranelift IR files to Wasm? I was thinking something of similar to how I can compile LLVM IR files (.ll) with Emscripten :thinking:

view this post on Zulip Dan Chiarlone (danbugs) (Sep 21 2021 at 16:06):

(ps. also, I've never used Zulip before so do let me know if I'm using it wrong — e.g., if I shouldn't have created a new thread, and whatnot)

view this post on Zulip Chris Fallin (Sep 21 2021 at 16:20):

Unfortunately no, we don't have a Wasm backend at the moment, sorry :-/

view this post on Zulip Chris Fallin (Sep 21 2021 at 16:21):

it would be a really interesting project! but also a large amount of work (just as the LLVM port to Wasm that enabled Emscripten was)

view this post on Zulip Dan Chiarlone (danbugs) (Sep 21 2021 at 16:49):

Honestly, that does sound super fun :sweat_smile: — Also, thanks for your answer @Chris Fallin !


Last updated: Oct 23 2024 at 20:03 UTC