63 Commits

Author SHA1 Message Date
fluencebot
ce194e3fd3
chore(master): release sqlite-wasm 0.18.2 (#25) sqlite-wasm-v0.18.2 2023-12-25 16:26:26 +03:00
Valery Antopol
13a62f2b10
fix: fix use-after-free when using sqlite_bind_text/sqlite_bind_blob with sqlite_step (#24) 2023-12-25 07:01:37 +03:00
Anatolios Laskaris
d1905792d4
chore: Update nox e2e step (#23)
Update nox e2e step
2023-11-21 13:56:37 +02:00
Anatolios Laskaris
94366b95ae
chore: Use new setup rust action and fix e2e (#22)
* Use new setup rust action

* Fix e2e

* Add rust-toolchain file

* Fix
2023-11-13 18:25:20 +02:00
Anatolios Laskaris
0feed3f180
chore: Setup marine artifact from checks (#21)
* Test updated setup-marine

* Use release version
2023-09-04 14:56:54 +03:00
Anatolios Laskaris
f0d4881845
chore: Fix dockerfile and e2e label mechanics (#20) 2023-04-11 14:20:58 +03:00
fluencebot
2d6fd60b72
chore(master): release sqlite-wasm 0.18.1 (#19) sqlite-wasm-v0.18.1 2023-04-06 15:27:35 +03:00
raftedproc
258b8d11b6
fix: bind_text and bind_blob string arguments clean up (#18) 2023-04-06 13:42:33 +03:00
Anatolios Laskaris
8a97f5ca7b
chore(e2e): Update e2e (#17)
* Update e2e

* Fix

* Bring back docker-compose
2023-04-04 19:22:15 +03:00
Anatolios Laskaris
ea4bac91b0
chore: Use marine from e2e (#16)
* Use marine from e2e

* Add ref

* Fix
2023-03-22 15:28:54 +03:00
Anatolios Laskaris
46c8c1bb0e
chore: Use setup-marine action and add e2e [fixes FLU-244 and FLU-68] (#15)
* Use setup-marine action

* Add v?

* Meh

* Set marine version to 0.12.5

* Use marine 0.13.0

* Add e2e

* Depend in build
2023-03-20 15:48:48 +02:00
Anatolios Laskaris
7d81ee9d02
chore: Add release-please (#14)
* Add CI

* Ignore some shelllints rules

* Cleanup
2023-03-14 17:01:39 +02:00
Mike Voronov
c1fa069dcb
feat!: add workaround for wasi-libc reactor/command model (#13)
* feat: add workaround for wasi-libc reactor/command model
v0.18.0_w
2023-02-24 00:57:22 +03:00
Mike Voronov
c7ea490286
feat!: reexport heap limit (#12)
feat: reexport heap limit
2023-02-24 00:41:00 +03:00
raftedproc
b1fc30b608
fix: VM-225 Readme update (#11)
fix: Readme update [Fixes VM-225]
2023-02-22 14:32:24 +03:00
raftedproc
5f3121395c
fix: xDel special semmantics patch (#10)
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]
2023-02-17 16:04:24 +03:00
raftedproc
e90ea8bd85
Merge pull request #9 from fluencelabs/VM-223-sqlite-3.4.40
feat: this bumps sqlite up to 3.40.1 [fixes VM-223]
v0.17.0_w
2023-02-14 14:10:03 +03:00
Roman Nozdrin
216ca8f958 feat: this bumps sqlite up to 3.40.1 [fixes VM-223] 2023-02-14 10:56:53 +00:00
Mike Voronov
19d85ba7a5
Merge pull request #5 from fluencelabs/fix_bwu
fix BWU compatibility
v0.15.0_w v0.16.0_w
2021-09-03 17:43:33 +03:00
Mike Voronov
e7c772cfb6
Merge pull request #4 from fluencelabs/fix_xdel
Use hardcoded free instead of xDel
2021-09-03 17:13:59 +03:00
vms
807d6ff47d fix of fix 2021-09-03 13:50:33 +03:00
vms
5b9324916d fix BWU compatibility 2021-09-03 13:49:23 +03:00
vms
71080d772d fix 2021-09-03 13:43:58 +03:00
vms
f3a435616a use hardcoded free instead of xDel 2021-09-03 12:07:15 +03:00
vms
b07df8ab66 update to the latest sdk v0.14.0_w 2021-04-26 13:28:58 +03:00
vms
f23126d37e switch to BWU1 v0.13.0_w 2021-04-22 19:48:39 +03:00
vms
107372813c
Merge pull request #2 from fluencelabs/sdk_0.6.0
Move to sdk 0.6.0
v0.12.0_w
2021-04-12 14:48:19 +03:00
vms
932bfb38a1 final preparation 2021-04-12 14:45:55 +03:00
vms
2150b81cf6 some updates 2021-04-12 13:06:14 +03:00
vms
0820036f56 use cvector 2021-04-12 12:30:51 +03:00
vms
af0ac14818 more changes 2021-04-12 11:40:33 +03:00
vms
38fb596f7c the first part of moving to the sdk 0.6.0 2021-04-12 00:15:26 +03:00
vms
15384f3ab1
Merge pull request #1 from fluencelabs/add_demo_vfs
Add demo vfs
v0.10.0_w v0.11.0_w
2021-03-04 14:05:19 +03:00
vms
c6e4a30f40 enable WASI 2021-03-04 14:04:48 +03:00
vms
5660a45c22 uncomment stuff in memdb 2021-03-03 15:13:00 +03:00
vms
1765640d12 add demo vfs 2021-03-03 15:07:51 +03:00
vms
cb62ab800e fix sqlite3_bind_blob v0.9.0_w 2021-01-28 00:13:52 +03:00
vms
4179ccd6f9 fix blob/text setters and getters 2020-11-09 04:39:38 +03:00
vms
df5cbd0b0f make Dockerfile compatible with fce 0.1.11 v0.8.0_w 2020-11-08 18:30:24 +03:00
vms
43bd1080a2 make compatible with sqlite-wasm-connector v0.7.0_w 2020-09-17 21:20:05 +03:00
vms
f9a8e85da4 update wit file according to the record refactoring v0.6.0_w 2020-09-16 01:54:04 +03:00
vms
483c82e02c add IT support 2020-09-15 14:35:03 +03:00
vms
e39cf0d2ff fix off-by-one in returning OK string 0.5.0_w 2020-05-02 18:19:25 +03:00
vms
72e9311c97 getting rid of excess imports
since https://github.com/rust-lang/rust/issues/63562 fixed
0.4.0_w
2020-04-29 00:24:20 +03:00
vms
8960e72d3b update to the latest ABI 2020-04-28 21:58:11 +03:00
vms
d040370779 update readme v0.3.0_w 2020-04-17 23:30:57 +03:00
vms
584cb18795 introduce the ENABLE_LOG macro 2020-04-17 23:28:01 +03:00
vms
3dc83269a5 move to the new sdk 2020-04-17 23:19:01 +03:00
vms
eaa210ca74 fluencenicize 2020-04-17 20:44:55 +03:00
vms
a913ff21f0 update sqlite to version 3.31.1 2020-04-17 20:27:28 +03:00