[quickjs-devel] Initial WASM and WASI support

  • From: Saúl Ibarra Corretgé <s@xxxxxxxxxx>
  • To: quickjs-devel@xxxxxxxxxxxxx
  • Date: Fri, 28 Feb 2020 21:26:27 +0100

Hey all,

For the past few weeks I've been working on integrating a WASM engine
with QuickJS for my little JS project.

I chose wasm3[0] because it's very similar to QuickJS: good ol' C, easy
to embed and easy to use. The result is, it works!

You can see the work here[1]. The WASM glue is (mostly) spread across 2
files: wasm.c and wasm.js


Cheers,

[0]:https://github.com/wasm3/wasm3
[1]: https://github.com/saghul/txiki.js/pull/121

-- 
Saúl

Other related posts:

  • » [quickjs-devel] Initial WASM and WASI support - Saúl Ibarra Corretgé