19:30
<bakkot>
new JS engine https://porffor.dev/
19:34
<akaster>
Built by @canada_goose:mozilla.org , who also runs https://test262.fyi 😄
19:37
<canadahonk>
yep!
19:39
<snek>
how come you don't use binaryen
19:40
<canadahonk>
how come you don't use binaryen
mostly just because doing stuff from scratch is fun
19:43
<canadahonk>
also because I wanted it to be in ~pure JS, and don't particularly need it
20:02
<Michael Ficarra>
@snek have you used binaryen?
20:02
<snek>
yes, i am a big fan
20:03
<Michael Ficarra>
interesting
20:03
<snek>
i should publish my rust bindings for it some time
20:04
<snek>
i think it makes a fantastic wasm backend for basically any project. great api and great codegen
20:06
<snek>
interesting sidenote, shu's shared structs would be good for the js bindings, since it supports generating functions in parallel