holzschu / a-shell

A terminal for iOS, with multiple windows
BSD 3-Clause "New" or "Revised" License
2.62k stars 116 forks source link

Add support for running WASM binaries #28

Open prabirshrestha opened 4 years ago

prabirshrestha commented 4 years ago

https://github.com/wasm3/wasm3

holzschu commented 4 years ago

Yes, I am working on this. I would rather use Apple's own WASM JIT compiler, which should be more efficient (and compact). If this fails, I'll fall back to wasm3.

In the current version, the wasm command is already there. Of course, without wasi, it is practically useless.

holzschu commented 4 years ago

I am going to have the extreme pleasure to mark this issue as "fix committed" (and actually released by Apple in the AppStore)

prabirshrestha commented 4 years ago

Awesome.