-
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…
-
Would it be hard to use g3n engine with GoMobile?
https://github.com/golang/go/wiki/Mobile
I could not find a 3D engine for GoMobile. Maybe it could be a target for g3n as well?
udhos updated
2 years ago
-
https://github.com/charmbracelet/bubbletea/issues/1231
-
V8 has support for WebAssembly, and supposedly has near-native speeds. Could we make use of this in runtime? Also, Wasm is hidden behind a flag, so is there any way to enable flags for V8 in runtime?
-
Gravity could be a great candidate for WebAssembly to share code between web and mobile applications.
-
Right now we have `WebAssembly.Module.imports` as well as `.exports` and `.customSections`. [API here](https://github.com/WebAssembly/design/blob/master/JS.md#webassemblymoduleexports).
It would be…
-
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 …