-
### Emscripten Version
3.1.64
### FFmpeg Version Tag
release/7.0
### Build Command
```
echo "Beginning Build:"
rm -r ffmpeg
mkdir -p ffmpeg
cd ../ffmpeg
make clean
emconfigure ./configu…
-
**edit: tl;dr:** wgpu's dependency to `parking_lot` 0.11 adds a dependency to `instant` without its `wasm-bindgen` feature flag, which causes wasm to have an incorrect dependency to `env`
**Descr…
-
I was initializing my game inside the `start` callback, but this lead to a memory access error when trying to use netplay, or if I defined empty arrays at declaration like `let players: Player[] = [];…
1j01 updated
6 months ago
-
### Summary
Compiling wasm for multiple targets is a common scenario.
Is it possible to share the same wasm and only have different JavaScript glue code?
### Additional Details
related issu…
-
### What version of Go are you using (`go version`)?
$ go version
go version devel go1.21-993707a9d6 Tue May 30 20:19:54 2023 +0000 linux/arm64
### What did you do?
```go
package main
…
-
wabt currently knows how to parse some custom sections, such as the linking section which are outside of the core spec.
I'd like to add some amount of validation there but its not clear where best …
-
```llvm
target datalayout = "e-m:e-p:32:32-p10:8:8-p20:8:8-i64:64-n32:64-S128-ni:1:10:20"
target triple = "wasm32-unknown-wasi"
define i1 @entry(i64 %x) {
%truncated = trunc i64 %x to i48
%…
-
I recently came across this heartbeat cost analysis performed by DFINITY https://github.com/maksymar/heartbeat-cost, and was wondering why there is such a discrepancy in cycles in terms of running a s…
-
`create-exe` spuriously fail, usually because of linking errors.
Ideally, we should move `create-exe` to outside the wasmer crate, so we can test and build this functionality separately of the main…
-
I can compile this with `zig cc --target=wasm32-wasi -o math.wasm math.c`, and run it with `wzprof -sample 1 -memprofile /tmp/profile math.wasm` and end up an image like this on `go tool pprof -http :…