-
Was just exploring this project for webassembly (WASM), did not find the output too helpful. Adding the binary and output here for reference.
```
95.9% 470Ki NAN% 0 Code
3.5% 1…
jafri updated
4 years ago
-
It might be a good idea (albeit a ambitious one) to rewrite targeting webassemly, making the tool work in the browser, and able to be used as a module instead of standalone, which would make for some …
-
Hi Luite,
Bringing this to your attention:
https://github.com/WebAssembly/design
http://techcrunch.com/2015/06/17/google-microsoft-mozilla-and-others-team-up-to-launch-webassembly-a-new-binary-form…
-
Evaluate if the Javascript module would run faster as a WebAssembly module.
-
WASI is powerful enough for Adept: https://wasi.dev/
ghost updated
12 months ago
-
We are planning to use Extism to add plugin support for a webserver software licensed under [AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html). You can read our unfinished RFC [here](https://github…
-
-
https://github.com/charmbracelet/bubbletea/issues/1231
-
i noticed a lot of mysterious imports in wasi-libc libc.so.
the following is a smaller example of the symptom.
alias.c:
```c
int
add1(int x)
{
return x + 1;
}
extern int add1_alia…
yamt updated
3 months ago
-
In our Blazor WebAssembly project `Expr.TryGetReflectedDefinition` fails when I change definetly unrelated parts of the code.
Basically we use quotations for our shaders in FShade and by changing an …