mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 14:09:13 +00:00
This updates [wazero](https://wazero.io/) to [1.0.0-pre.9][1]. Notably: * This release includes our last breaking changes before 1.0.0 final: * Requires at least Go 1.8 * Renames `Runtime.InstantiateModuleFromBinary` to `Runtime.Instantiate` * This release also integrates Go context to limit execution time. More details on the [Release Notes][1] * We are now passing third-party integration test suites: wasi-testsuite, TinyGo's, Zig's. [1]: https://github.com/tetratelabs/wazero/releases/tag/v1.0.0-pre.9 Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
11 lines
191 B
Modula-2
11 lines
191 B
Modula-2
module github.com/ncruces/go-sqlite3
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/ncruces/julianday v0.1.5
|
|
github.com/tetratelabs/wazero v1.0.0-pre.9
|
|
golang.org/x/sync v0.1.0
|
|
golang.org/x/sys v0.5.0
|
|
)
|