-
libffmpeg.wasm:0x2c7e Uncaught RuntimeError: null function or function signature mismatch
at seekCallback (libffmpeg.wasm:0x2c7e)
at avio_seek (libffmpeg.wasm:0x4c39)
at avio_skip (libf…
-
I want to move CDN files to local storage and load these modules from it. But when i change url to local path, i get fetch error. How do i do it?
-
With Wasm2js generating valid ES modules, some information about export names is lost making Wasm modules and their Wasm2js counterpart non-interchangeable.
For example, if the Wasm module exports …
-
## Description
ems_gc defines the macro `GC_HEAD_PADDING 4`, which causes the heap's base to be 32-bit aligned and trigger unaligned access faults on 64 bit targets.
## Replicate
Target used:…
-
This is driving me crazy, trying to publish with GitHub actions:
```
Downloading JSR binary...
Publishing @nostr/tools@2.3.2 ...
Download completed
Warning Publishing a library with slow types …
-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
> emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.56 (cf90417346b78455089e64eb909d71d…
-
### Subject of the issue
i am trying to integrate sysbench benchmark with wasm.
its compiled successfully. but when i am running with WAMR i am getting jump function issues.
My doubt is how i a…
-
Hello, I have a Rust hello world app:
```
fn main() {
println!("Hello, world!");
}
```
I compile it:
```
cargo build --target wasm32-wasi
```
and can run it in wasmtime `wasmtime…
-
### Issue description
After updating to the latest version 1.1.3 and following the examples. Webpack reports error while importing the wasm library.
OutputDiscriminator seems to be undefined. At …
-
Steps to reproduce:
Compiling the following code in dart2wasm:
```
import 'dart:ffi';
void main() {
final List voidPointers = [];
final Pointer ptr = Pointer.fromAddress(1234);
voidPoin…