mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-17 12:13:01 -06:00
pull in ncruces/go-sqlite3 v0.20.3 with tetratelabs/wazero v1.8.2 (#3574)
This commit is contained in:
parent
6a8af42647
commit
61f8f1e0e3
41 changed files with 374 additions and 226 deletions
13
vendor/github.com/tetratelabs/wazero/README.md
generated
vendored
13
vendor/github.com/tetratelabs/wazero/README.md
generated
vendored
|
|
@ -96,14 +96,21 @@ systems are ones we test, but that doesn't necessarily mean other operating
|
|||
system versions won't work.
|
||||
|
||||
We currently test Linux (Ubuntu and scratch), MacOS and Windows as packaged by
|
||||
[GitHub Actions][11], as well compilation of 32-bit Linux and 64-bit FreeBSD.
|
||||
[GitHub Actions][11], as well as nested VMs running on Linux for FreeBSD, NetBSD,
|
||||
OpenBSD, DragonFly BSD, illumos and Solaris.
|
||||
|
||||
We also test cross compilation for many `GOOS` and `GOARCH` combinations.
|
||||
|
||||
* Interpreter
|
||||
* Linux is tested on amd64 (native) as well arm64 and riscv64 via emulation.
|
||||
* MacOS and Windows are only tested on amd64.
|
||||
* Windows, FreeBSD, NetBSD, OpenBSD, DragonFly BSD, illumos and Solaris are
|
||||
tested only on amd64.
|
||||
* macOS is tested only on arm64.
|
||||
* Compiler
|
||||
* Linux is tested on amd64 (native) as well arm64 via emulation.
|
||||
* MacOS and Windows are only tested on amd64.
|
||||
* Windows, FreeBSD, NetBSD, DragonFly BSD, illumos and Solaris are
|
||||
tested only on amd64.
|
||||
* macOS is tested only on arm64.
|
||||
|
||||
wazero has no dependencies and doesn't require CGO. This means it can also be
|
||||
embedded in an application that doesn't use an operating system. This is a main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue