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
vms
9a417a2daf
move to wasi-sdk 10
2020-04-17 19:19:02 +03:00
vms
af798f02a8
apply fmt to Makefile
2019-08-17 17:06:23 +03:00
vms
2ca09f634a
add more comments
2019-08-16 12:58:24 +03:00
vms
485b69a948
introduce ENABLE_LOG macro
2019-08-16 12:36:08 +03:00
vms
90b08c0780
update readme
v0.2.0_w
2019-08-14 22:16:32 +03:00
vms
80bb40d11c
activate json1 module
2019-08-14 21:35:55 +03:00
vms
24978af696
better multimodules support for Rust backend
2019-08-14 17:58:50 +03:00
vms
dddce7bf93
move to wasi 6
2019-08-14 01:20:56 +03:00
vms
1e98d027ad
add load/store to export
v0.1.0_w
2019-08-13 22:16:30 +03:00
vms
99df17e96c
add support of multi-module projects
2019-08-01 15:34:43 +03:00
vms
7d54c13e23
enable fts5
2019-07-20 21:31:17 +03:00
vms
0d38bd3a72
port SQLite fork to wasm
2019-07-19 15:12:49 +03:00