ipfs / notes

IPFS Collaborative Notebook for Research
MIT License
402 stars 31 forks source link

LLVM IR #59

Open jbenet opened 8 years ago

jbenet commented 8 years ago

(noting down old topic)

sargun commented 8 years ago

LLVM IR isn't super portable. Why not start with something higher level, like NaCl (https://developer.chrome.com/native-client), or Javascript?

jbenet commented 8 years ago
Kubuxu commented 8 years ago

Maybe we should think about WebAssembly. It is designed by people that created asm.js and PNaCl.

Problem with LLVM IR it is that it requires big toolchain to compile to native, IDK if there is small interpreter.

Also in their FAQ there is an answer about using LLVM IR: https://github.com/WebAssembly/design/blob/master/FAQ.md

jbenet commented 8 years ago

yes :+1: for WebAssembly.