perlin-network / life

A secure WebAssembly VM catered for decentralized applications.
MIT License
1.7k stars 122 forks source link

Bootstrapping parser. #70

Open losfair opened 5 years ago

justinclift commented 5 years ago

Adding Rust code to the project doesn't seem like a good direction. Any chance of not doing that? :smile:

Bearing in mind the recent commit af009cfc962b43f9ddcf788bb545c6e0b908bceb already added some initial Rust. :frowning:

losfair commented 5 years ago

These Rust code is not natively compiled; It targets WebAssembly and runs in Life in a "bootstrapping" way.

justinclift commented 5 years ago

Ahhh. So it's just temporary code, and the end goal is to have the same thing working, but written in Go?

losfair commented 5 years ago

The final form will be Life IR embedded in Go.