-
I got this error on Edge browser:
WebAssembly.Compile is disallowed on the main thread, if the buffer size is larger than 4KB.
Use webassembly.compile, or compile on a worker thread. at instantia…
-
*Issue migrated from trac ticket # 18600*
**component:** GUI-all | **priority:** normal | **keywords:** gsoc-project
#### 2019-11-27 05:52:30: kanaka (Joel Martin) created the issue
___
There is r…
-
Can it be achieved through iframe or other methods?
or webview for webassembly?
-
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…
-
### 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')"…
-
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
-
The plugin functionality of mdBook is really useful, but I do feel a bit strange about letting plugins run amok without any sandboxing. It wouldn't be too complicated to add wasmtime or a wasm interpr…
-
WASI is powerful enough for Adept: https://wasi.dev/
ghost updated
12 months ago
-
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.
…
-
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 …