tokera
No user record in our sample, but tokera has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but tokera has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
> Why don't you respond to their argument I did > But Wasmer Edge does not run close to most customers and does not run on their browser. It does run in the browser, that is what https://wasmer.sh uses to launch things…
"Edge" refers to the fact the workload runs close to the customer either a few network hops away or on their browser. In traditional Cloud Computing the customer must "select" where it runs (i.e. pick a data centre or…
glad you like my sock(et) work indeed https://github.com/john-sharratt/wasix-witx/commit/3b1469687... now I know its hard to imagine someone other than your personal boogeyman contributing value to the open source…
Twitter Community Notes: * WASIX does not allow one to open a random file in the host environment, in fact WASIX changed absolutely nothing in file system ABI's at all from preview1 - it just added other extensions. *…
i coded the WASIX fork syscall, so I understand all this (f.y.i. I much prefer rust to C as its got a much better designed threading system). what you must realize is that one does not have to use a syscall if they…
i dont think Linus intended his operating system code to land rocket ships on barges either but hey... we can forgive him.
its only nonsense from ones perspective... from another perspective it makes a lot of sense - if one wants to create a fully sandboxed browser terminal (benefits of which are huge). then compiling bash to WASM goes a…
rust compiles to WASM as-well without those flaws. the fact one even has a choice is the whole point
preview2 still need these to be added: - full Berkley socket support - sub-process spawning, waiting - forking - TTY support - pipes - event streams - DNS resolving - longjmp/setjmp without these we can't compile our…
(WASIX insider) lets reflect on this - if this was done as pull requests to `preview1` then would it have been accepted?... it would have received rejection comments around even the idea of these particular POSIX…