-
The steps in the HOW-TO > App Samples > WebAssembly [doc](https://unit.nginx.org/howto/samples/#webassembly-wasm) ([source ](https://github.com/nginx/unit-docs/blob/master/source/howto/samples.rst)) i…
-
The middleware system could extend the recipe logic with hooks, like
- better answer validation
- ~~dynamically adding questions~~
- adding question options
- pre-execute: make for example network…
-
See if we can support this with an optional feature.
-
![image](https://github.com/user-attachments/assets/a6fb4262-1424-4b82-9a4a-6d79f00243e2)
Aborted(CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 64 6f @+0)
w…
-
## Feature request
Currently, loading a WebAssembly module will always be done with an `ArrayBuffer` for the backing memory. But, by passing a `SharedArrayBuffer` in the WebAssembly.instantiate/S…
-
Hey,
I'm thinking about trying to get blink running in the browser (via webassembly). My goal isn't just to run c code in the browser (could just use emscripten for that) but to actually run ape x6…
-
Have you considered creating a WebAssembly version of Packem? I’d be curious how fast it is compared to the native versions.
-
Would it be possible to have a webassembly version of UT that can be played in a browser/chrome-OS?
If UT does not have too many dependencies, and isn't relying on the very latest OpenGL, this shou…
-
First, congrats and thanks for creating such ambitious project!
It seems to me that there is no current effort for supporting JVM -> WebAssembly, which is likely to be the future for gaming/high perf…
-
Hi, I'm trying to compile VDF library to WebAssembly so that it can be used in Browser and Node.js enviroments for [Subspace](https://github.com/subspace) project.
I'm having a lot of difficulties wi…