Edoardo Vacchi 2f5b9837e1 deps: updates wazero to 1.0.0-pre.9
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>
2023-02-20 13:32:52 +00:00
2023-02-15 16:24:34 +00:00
2023-02-20 13:30:01 +00:00
2023-02-18 00:47:56 +00:00
2023-02-15 16:15:14 +00:00
2023-02-20 13:30:01 +00:00
2023-01-26 00:05:52 +00:00
2023-02-18 03:46:52 +00:00
2023-02-16 13:52:05 +00:00
2023-02-20 13:30:01 +00:00
2023-02-08 00:00:53 +00:00
2023-02-18 03:46:52 +00:00
2023-02-10 16:42:49 +00:00
2023-02-10 16:42:49 +00:00
2023-02-18 03:46:52 +00:00
2023-02-20 13:32:52 +00:00
2023-02-20 13:32:52 +00:00
2023-01-11 14:54:42 +00:00
2023-02-10 16:42:49 +00:00
2023-02-14 11:34:24 +00:00
2023-02-18 03:46:52 +00:00
2023-02-18 00:47:56 +00:00
2023-02-19 16:16:13 +00:00
2023-02-07 03:11:59 +00:00
2023-02-20 13:30:01 +00:00
2023-02-13 13:53:32 +00:00
2023-02-20 13:30:01 +00:00
2023-02-14 11:38:05 +00:00
2023-02-14 11:38:05 +00:00
2023-02-18 03:46:52 +00:00

Go bindings to SQLite using Wazero

Go Reference Go Report Go Coverage

⚠️ CAUTION ⚠️

This is a WIP.
DO NOT USE with data you care about.

Roadmap:

  • build SQLite using zig cc --target=wasm32-wasi
  • :memory: databases
  • port test_demovfs.c to Go
    • branch wasi uses test_demovfs.c directly
  • design a simple, nice API, enough for simple use cases
  • provide a simple database/sql driver
  • file locking, compatible with SQLite on Windows/Unix
  • shared memory, compatible with SQLite on Windows/Unix
    • needed for improved WAL mode
Description
No description provided
Readme MIT 49 MiB
Languages
Go 89.9%
C 5.2%
WebAssembly 3.5%
Shell 1.4%