Andrew Clayton
Andrew Clayton
> There was an application running acme-dns that listened to port 443. The bug is that unit should not crash but exit with Correct, Unit shouldn't crash, but I was...
You will need a command more like ``` $ clang -fno-strict-aliasing --target=wasm32-wasi --sysroot=/usr/wasm32-wasi -I../../src/c/include -Wl,--no-entry,--export=__heap_base,--export=__data_end,--export=malloc,--export=free,--stack-first,-z,stack-size=$((8*1024*1024)) -mexec-model=reactor --rtlib=compiler-rt -o myapp.wasm luw-echo-request.c -L../../src/c -lunit-wasm ``` `-I../../src/c/include` is the location of the `unit-wasm.h`...
There are two WebAssembly related language modules. `wasm` which supports WebAssembly _modules_, which is what _this_ repository is for and `wasm-wasi-component` which as the name suggests is for WebAssembly _components_....
> With #1441 merged, do we still need this PR open? That was only one part of this. Probably need to go through this PR and see what is still...
Seems Fedora has indeed [deprecated](https://fedoraproject.org/wiki/RPMGroups) the use of the `Group` field.
- Dropped the first patch. - Commit message updates ``` $ git range-diff ec31d100...1c324ff3 1: 2a24c21f < -: -------- simplify package dependency 2: ec31d100 ! 1: 1c324ff3 cleanup deprecated packaging...
Rebase with master... ``` $ git -P range-diff 1c324ff3...4a37c565 -: -------- > 1: 263460d9 Docs: replaced the slack community links with GitHub Discussions -: -------- > 2: 7e03a6cc Go: Add...
That's true of Fedora et al as well...
> However it's not as easy to fix, since architectures are all over the place: > > ``` > % linux32 rpm --eval '%_arch' > i386 > % rpm -qi...
Are you building 32bit packages? With rpm at least, it _defaults_ to 64bit on x86_64 (as opposed to say defaulting to 32bit on Sparc64). If you're only building 64bit packages...