-
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/
-
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
-
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.
-
### Application contact emails
michelle@fermyon.com, radu.matei@fermyon.com
### Project Summary
Spin is an open source framework for building and running fast, secure, and composable cloud mi…
-
Good day
If you don't know [wazero](https://github.com/tetratelabs/wazero) is fully go written WebAssembly runtime so with tree-sitter.wasm + wazero this project could be fully independent from cgo…
-
I'm wondering if ExecuTorch can be compiled for WebAssembly target? As far as I understand, XNNPACK exists for wasm-simd, so theoretically at least for CPU it can be done? (e.g. to be compared with tf…
-
1. Clicking on link `Memory.grow` in https://github.com/WebAssembly/design/blob/master/JS.md#webassemblymemoryprototypegrow in `Perform Memory.grow with delta d.` sentence points to https://github.com…