Quentin McGaw
Quentin McGaw
- 386 can be actually useful, especially on (cheap) NAS with 32 bit non-ARM processors - s390x is for the fun of it AFAIK - riscv64 is really not that...
Hi there, Installing this for the first time (alpine host with Docker), I get the logs: ```s [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided...
Hi there ! I made [a Debian Slim based Docker container with your server](https://github.com/qdm12/cod4-docker). I had to go the Debian way as your program needs `g++-multilib` to run. I would...
Either as a `string` or as a version struct, that would be a nice little addition. It would also allow programs to check if the `ffmpeg` binary is there or...
*Requested feature* Mark a mock configuration helper function as such so that error traces point back to the call to this mock configuration helping function instead of the call to...
Hi there, I just wanted to point out it would be nice to have a default favicon.ico which is not present even in the dist directory. Thanks!
- [x] Use 686 musl tooling when running on `linux/386` (default musl tooling) - [x] Use x86_64 musl tooling when running on `linux/amd64` for faster builds - [ ] Wait...
- [ ] Dockerfile changed to be buildable on all platforms supported by Docker - [x] `amd64`, `386`, `arm64`, `armv7`, `armv6` - [ ] Wait for the Rust standard library...
- WASM does not support `u32`, see https://www.w3.org/TR/wasm-core-1/#value-types%E2%91%A0 - Affects `ext_default_child_storage_read_version_1` - Affects `ext_storage_read_version_1` ❓ Although it this offset is meant to be `u32`, this is a bit problematic since...
## Changes - Split out (CGO related) helper functions from `imports.go` to `lib/runtime/wasmer/helpers.go` - Move pointer size helper functions to `lib/runtime/wasmer/helpers.go` - Change `toWasmMemorySized` to NOT take a size argument...