Ben Taylor
Ben Taylor
(https://wapm.io/package/lua) Potentially could also port this to WASI https://github.com/vvanders/wasm_lua
Currently the wasmer/wasi runtime doesn't support Emscripten binaries. When these are downloaded from wapm they are recognised as emscripten, so it should be possible to switch runtimes.
Hi! This router looks great for render-as-you-fetch. But I noticed it doesn't appear to support nested routes? This [relay demo](https://github.com/relayjs/relay-examples/blob/master/issue-tracker/src/routing/RouteRenderer.js) renders nested routing by rendering child routes as children. May...
Hi, I love the `getData` and `useResource` pattern, the DX would be really nice for straight fetching data. Relay doesn't set up its API in a way that would work...
GnuCOBOL might be a good candidate for compiling to WASI. There's a project already going to get it running on emscripten (https://github.com/wmealing/cob-webber).
See work here: https://github.com/guregu/trealla-js Looks like this should actually be pretty doable. Trealla supports WASI as a target (https://github.com/trealla-prolog/trealla) and is already on WAPM (https://wapm.io/guregu/trealla).
Fermyon has a good blog post about C#'s new WASI support. https://www.fermyon.com/blog/dotnet-wasi
Similar to the way [Rapns](https://github.com/ileitch/rapns) works.