Commit Graph

  • ce194e3fd3
    chore(master): release sqlite-wasm 0.18.2 (#25) master sqlite-wasm-v0.18.2 fluencebot 2023-12-25 15:26:26 +02:00
  • 13a62f2b10
    fix: fix use-after-free when using sqlite_bind_text/sqlite_bind_blob with sqlite_step (#24) Valery Antopol 2023-12-25 07:01:37 +03:00
  • d1905792d4
    chore: Update nox e2e step (#23) Anatolios Laskaris 2023-11-21 13:56:37 +02:00
  • 94366b95ae
    chore: Use new setup rust action and fix e2e (#22) Anatolios Laskaris 2023-11-13 18:25:20 +02:00
  • 0feed3f180
    chore: Setup marine artifact from checks (#21) Anatolios Laskaris 2023-09-04 14:56:54 +03:00
  • f0d4881845
    chore: Fix dockerfile and e2e label mechanics (#20) Anatolios Laskaris 2023-04-11 14:20:58 +03:00
  • 2d6fd60b72
    chore(master): release sqlite-wasm 0.18.1 (#19) sqlite-wasm-v0.18.1 fluencebot 2023-04-06 15:27:35 +03:00
  • 258b8d11b6
    fix: bind_text and bind_blob string arguments clean up (#18) raftedproc 2023-04-06 13:42:33 +03:00
  • 8a97f5ca7b
    chore(e2e): Update e2e (#17) Anatolios Laskaris 2023-04-04 19:22:15 +03:00
  • ea4bac91b0
    chore: Use marine from e2e (#16) Anatolios Laskaris 2023-03-22 14:28:54 +02:00
  • 46c8c1bb0e
    chore: Use setup-marine action and add e2e [fixes FLU-244 and FLU-68] (#15) Anatolios Laskaris 2023-03-20 15:48:48 +02:00
  • 7d81ee9d02
    chore: Add release-please (#14) Anatolios Laskaris 2023-03-14 17:01:39 +02:00
  • c1fa069dcb
    feat!: add workaround for wasi-libc reactor/command model (#13) v0.18.0_w Mike Voronov 2023-02-24 00:57:22 +03:00
  • c7ea490286
    feat!: reexport heap limit (#12) Mike Voronov 2023-02-24 00:41:00 +03:00
  • b1fc30b608
    fix: VM-225 Readme update (#11) raftedproc 2023-02-22 14:32:24 +03:00
  • 5f3121395c
    fix: xDel special semmantics patch (#10) raftedproc 2023-02-17 16:04:24 +03:00
  • 126aae1ace fix: xDel special semmantics patch Sqlite has a number of special custom memory deallocators, namely SQLITE_STATIC and SQLITE_TRANSIENT. Sqlite calls noop freeing memory with the special deallocators. Sqlite virtual tables, e.g. FTS5 implicitly creates aux tables. There are number of SQLITE_STATIC allocated empty lines or 0 size blobs that were previously freed with free. This free op spoils sqlite virtual table state and renders VT unusable [fixes VM-239] v0.17.1_w #10 Roman Nozdrin 2023-02-17 10:55:23 +00:00
  • e90ea8bd85
    Merge pull request #9 from fluencelabs/VM-223-sqlite-3.4.40 v0.17.0_w raftedproc 2023-02-14 14:10:03 +03:00
  • 216ca8f958 feat: this bumps sqlite up to 3.40.1 [fixes VM-223] #9 Roman Nozdrin 2023-02-13 13:19:43 +00:00
  • b0f9bda1be
    Merge pull request #8 from raftedproc/original original raftedproc 2023-02-13 20:07:28 +03:00
  • 9a6d654d20 This commit bumps original sqlite sources up to 3.40.1 #8 Roman Nozdrin 2023-02-13 15:33:06 +03:00
  • 19d85ba7a5
    Merge pull request #5 from fluencelabs/fix_bwu v0.16.0_w v0.15.0_w Mike Voronov 2021-09-03 17:43:33 +03:00
  • e7c772cfb6
    Merge pull request #4 from fluencelabs/fix_xdel Mike Voronov 2021-09-03 17:13:59 +03:00
  • 807d6ff47d fix of fix #4 vms 2021-09-03 13:50:33 +03:00
  • 5b9324916d fix BWU compatibility #5 vms 2021-09-03 13:49:23 +03:00
  • 71080d772d fix vms 2021-09-03 13:43:58 +03:00
  • f3a435616a use hardcoded free instead of xDel vms 2021-09-03 12:07:15 +03:00
  • b07df8ab66 update to the latest sdk v0.14.0_w vms 2021-04-26 13:28:58 +03:00
  • f23126d37e switch to BWU1 v0.13.0_w vms 2021-04-22 19:48:39 +03:00
  • 107372813c
    Merge pull request #2 from fluencelabs/sdk_0.6.0 v0.12.0_w vms 2021-04-12 14:48:19 +03:00
  • 932bfb38a1 final preparation #2 vms 2021-04-12 14:45:55 +03:00
  • 2150b81cf6 some updates vms 2021-04-12 13:06:11 +03:00
  • 0820036f56 use cvector vms 2021-04-12 12:30:51 +03:00
  • af0ac14818 more changes vms 2021-04-12 11:40:33 +03:00
  • 38fb596f7c the first part of moving to the sdk 0.6.0 vms 2021-04-12 00:15:26 +03:00
  • 490026bc0f initial sdk_version vms 2021-03-13 00:57:25 +03:00
  • 15384f3ab1
    Merge pull request #1 from fluencelabs/add_demo_vfs v0.11.0_w v0.10.0_w vms 2021-03-04 14:05:19 +03:00
  • c6e4a30f40 enable WASI #1 vms 2021-03-04 14:04:48 +03:00
  • 5660a45c22 uncomment stuff in memdb vms 2021-03-03 15:13:00 +03:00
  • 1765640d12 add demo vfs vms 2021-03-03 15:07:51 +03:00
  • cb62ab800e fix sqlite3_bind_blob v0.9.0_w vms 2021-01-28 00:13:52 +03:00
  • 4179ccd6f9 fix blob/text setters and getters vms 2020-11-09 04:39:38 +03:00
  • df5cbd0b0f make Dockerfile compatible with fce 0.1.11 v0.8.0_w vms 2020-11-08 18:30:24 +03:00
  • 43bd1080a2 make compatible with sqlite-wasm-connector v0.7.0_w vms 2020-09-17 21:20:05 +03:00
  • f9a8e85da4 update wit file according to the record refactoring v0.6.0_w vms 2020-09-16 01:54:04 +03:00
  • 483c82e02c add IT support vms 2020-09-14 21:00:27 +03:00
  • e39cf0d2ff fix off-by-one in returning OK string 0.5.0_w vms 2020-05-02 18:19:25 +03:00
  • 72e9311c97 getting rid of excess imports since https://github.com/rust-lang/rust/issues/63562 fixed 0.4.0_w vms 2020-04-29 00:24:20 +03:00
  • 8960e72d3b update to the latest ABI vms 2020-04-28 21:58:11 +03:00
  • d040370779 update readme v0.3.0_w vms 2020-04-17 23:30:57 +03:00
  • 584cb18795 introduce the ENABLE_LOG macro vms 2020-04-17 23:28:01 +03:00
  • 3dc83269a5 move to the new sdk vms 2020-04-17 23:19:01 +03:00
  • eaa210ca74 fluencenicize vms 2020-04-17 20:44:55 +03:00
  • a913ff21f0 update sqlite to version 3.31.1 vms 2020-04-17 20:27:28 +03:00
  • 9a417a2daf move to wasi-sdk 10 vms 2020-04-17 19:19:02 +03:00
  • af798f02a8 apply fmt to Makefile vms 2019-08-17 17:06:23 +03:00
  • 2ca09f634a add more comments vms 2019-08-16 12:58:24 +03:00
  • 485b69a948 introduce ENABLE_LOG macro vms 2019-08-16 12:36:02 +03:00
  • 90b08c0780 update readme v0.2.0_w vms 2019-08-14 22:16:32 +03:00
  • 80bb40d11c activate json1 module vms 2019-08-14 21:35:55 +03:00
  • 24978af696 better multimodules support for Rust backend vms 2019-08-14 17:58:50 +03:00
  • dddce7bf93 move to wasi 6 vms 2019-08-14 01:20:56 +03:00
  • 1e98d027ad add load/store to export v0.1.0_w vms 2019-08-13 22:16:30 +03:00
  • 99df17e96c add support of multi-module projects vms 2019-08-01 15:34:43 +03:00
  • 7d54c13e23 enable fts5 vms 2019-07-20 16:22:25 +03:00
  • 0d38bd3a72 port SQLite fork to wasm vms 2019-07-19 15:12:49 +03:00
  • bff864a802 add the original sqlite-preprocessed-3290000 vms 2019-07-19 14:58:08 +03:00