Re: LuaJIT and WebAssembly

  • From: "szbnwer@xxxxxxxxx" <szbnwer@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Thu, 27 Apr 2017 12:45:28 +0200

hi there! :)

you can go with double implementation, like check if you are using lua
or luajit, and decide to use ffi or a lua c lib. kinda easy, but this
depends on your goals. there can be much reimplementation, but still
can be easier, than a desired juajit port for wasm.

and +1 for Kriss

2017-04-24 3:14 GMT+02:00 Daurnimator <quae@xxxxxxxxxxxxxxx>:

On 22 April 2017 at 04:52, Coda Highland <chighland@xxxxxxxxx> wrote:
On Fri, Apr 21, 2017 at 11:14 AM, Kriss <Kriss@xxxxxxxx> wrote:
FYI We also need to avoid threads, NaCl has them, Asm.js/WebAssembly does
not.

Asm.js has them via WebWorkers.

/s/ Adam


Usually people need SharedWebWorkers, which aren't yet available
everywhere. https://caniuse.com/#feat=sharedworkers


Other related posts: