jinko-core / jinko

Jinko is a small and safe interpreted language with fast Rust and C FFI
GNU General Public License v2.0
32 stars 6 forks source link

Compile for WASM #427

Open Skallwar opened 2 years ago

Skallwar commented 2 years ago

Jinko is not able to compile correctly for wasm32-unknown-unknown target.

As we want Jinko to run on exotic targets, this problem highlight the fact that Jinko as modular as we wanted.

This issue will track all the steps needed in order to get Jinko on WASM and hopefully make it easier for future target to be added.

CohenArthur commented 2 years ago

We can now compile for WASM thanks to #430, but we should think about splitting the project more in various ways in order to allow more compilation targets, such as non-Linux ones. We should think about a list of issues here to tick off as we go

Skallwar commented 2 years ago

433 is important for the online repl too