-
I was thinking this morning that we could probably add support for web assembly using canvas and mouse events.
-
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.
-
This is an umbrela issue that track all work items required for completing our binding story.
### What are we trying to do?
A tool to produce automated bindings from typescript definition files.
…
-
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…
-
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