Nuno Cruces
bfe9bfde2e
Make GORM driver its own module.
2023-06-07 12:00:46 +01:00
Nuno Cruces
f07e82e361
GORM driver.
2023-06-06 12:37:54 +01:00
Nuno Cruces
6511175011
wazero v1.2.0.
2023-06-02 14:11:20 +01:00
Nuno Cruces
8fe77a065c
Remove wzprof.
2023-06-02 03:38:26 +01:00
Nuno Cruces
ae7b74d858
Upgrade wzprof.
2023-06-01 16:09:18 +01:00
dependabot[bot]
830240c368
Bump github.com/stealthrocket/wzprof from 0.1.3 to 0.1.4
...
Bumps [github.com/stealthrocket/wzprof](https://github.com/stealthrocket/wzprof ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/stealthrocket/wzprof/releases )
- [Changelog](https://github.com/stealthrocket/wzprof/blob/main/.goreleaser.yml )
- [Commits](https://github.com/stealthrocket/wzprof/compare/v0.1.3...v0.1.4 )
---
updated-dependencies:
- dependency-name: github.com/stealthrocket/wzprof
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-30 13:40:52 +01:00
Nuno Cruces
5639fc1ff8
Update wzprof.
2023-05-27 23:36:39 +01:00
Nuno Cruces
ae4954d09b
Profile with wzprof.
2023-05-27 23:36:39 +01:00
Nuno Cruces
45937d9749
Use wazerotest.
2023-05-27 23:36:39 +01:00
Nuno Cruces
cc2d16ac83
ReaderVFS.
2023-05-23 16:34:09 +01:00
dependabot[bot]
bd86539577
Bump golang.org/x/sync from 0.1.0 to 0.2.0
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.1.0 to 0.2.0.
- [Commits](https://github.com/golang/sync/compare/v0.1.0...v0.2.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-05 07:52:12 +01:00
dependabot[bot]
7a785d9aec
Bump golang.org/x/sys from 0.7.0 to 0.8.0
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/sys/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-05 07:51:01 +01:00
dependabot[bot]
40457721d7
Bump github.com/tetratelabs/wazero from 1.0.3 to 1.1.0 ( #11 )
...
Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero ) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/tetratelabs/wazero/releases )
- [Commits](https://github.com/tetratelabs/wazero/compare/v1.0.3...v1.1.0 )
---
updated-dependencies:
- dependency-name: github.com/tetratelabs/wazero
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 01:03:42 +01:00
Nuno Cruces
a6226c3b31
wazero v1.0.3.
2023-04-22 10:06:48 +01:00
Nuno Cruces
759b11a05d
wazero 1.0.2.
2023-04-18 23:33:56 +01:00
Nuno Cruces
3a8cfd036d
Dependencies.
2023-04-10 14:24:06 +01:00
Nuno Cruces
9c07e57252
Refactor.
2023-03-29 15:06:22 +01:00
Nuno Cruces
37a3ff37e8
wazero 1.0.
2023-03-24 21:17:30 +00:00
Nuno Cruces
4cb65ccbd9
xFileControl, xDeviceCharacteristics, PSOW.
2023-03-17 13:39:19 +00:00
dependabot[bot]
ce5e035801
Bump golang.org/x/sys from 0.5.0 to 0.6.0
...
Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/sys/releases )
- [Commits](https://github.com/golang/sys/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-07 04:11:45 +00:00
Nuno Cruces
416c3863a0
Documentation, tests, dependencies.
2023-03-01 23:47:24 +00:00
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
Nuno Cruces
eaf7cf57fd
Documentation.
2023-02-10 14:14:19 +00:00
Nuno Cruces
ecc25a651f
Windows locks.
2023-02-08 15:58:36 +00:00
Nuno Cruces
4597acc49d
Tests.
2023-02-08 00:00:53 +00:00
dependabot[bot]
0b184851d3
Bump github.com/ncruces/julianday from 0.1.3 to 0.1.4
...
Bumps [github.com/ncruces/julianday](https://github.com/ncruces/julianday ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/ncruces/julianday/releases )
- [Commits](https://github.com/ncruces/julianday/compare/v0.1.3...v0.1.4 )
---
updated-dependencies:
- dependency-name: github.com/ncruces/julianday
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 00:42:42 +01:00
Edoardo Vacchi
3d768ec63f
deps: updates wazero to 1.0.0-pre.8
...
This updates [wazero](https://wazero.io/ ) to [1.0.0-pre.8](https://github.com/tetratelabs/wazero/releases/tag/v1.0.0-pre.8 ) which notably
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com >
2023-02-01 23:28:18 +01:00
Nuno Cruces
652a74fa8b
Concurrent testing.
2023-01-27 01:53:22 +00:00
Nuno Cruces
17b720a217
Update README.md
2023-01-26 01:11:29 +00:00
Nuno Cruces
9c04d4c5e6
Memory VFS.
2023-01-18 01:37:38 +00:00
Nuno Cruces
833082cf5a
Benchmarks.
2023-01-17 23:31:35 +00:00
Nuno Cruces
1366541e77
Prepare statements.
2023-01-15 04:35:37 +00:00
Nuno Cruces
1e76a322bc
Refactor.
2023-01-12 06:23:59 +00:00
Nuno Cruces
f802fb4001
Initial bindings.
2023-01-12 06:23:52 +00:00