-
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.
…
-
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
-
My primary concern with WebAssembly right now is not anything in the current spec, but rather that the design anticipates the addition of GC reference types. I think this is an unnecessary coupling of…
-
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.
-
WASI is powerful enough for Adept: https://wasi.dev/
ghost updated
12 months ago
-
https://github.com/charmbracelet/bubbletea/issues/1231
-
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…
-
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…
-
### Current behavior
Consider below example, GreenCanvas inside the RedCanvas, and I set css style "clip-path" on GreenCanvas : GreenCanvas.SetCssStyle("clip-path", "path('M300,0 500,50 300,100z')"…