Commit Graph

  • 85ea4533b8
    fix(deps): update all non-major rust dependencies #38 renovate/all-non-major-rust-dependencies renovate[bot] 2025-04-14 02:08:45 +00:00
  • 02fb11ac13
    fix(deps): update rust crate nom to v8 #48 renovate/nom-8.x renovate[bot] 2025-01-26 18:03:21 +00:00
  • d43af79b75
    fix(deps): update rust crate thiserror to v2 #47 renovate/thiserror-2.x renovate[bot] 2024-11-06 04:54:06 +00:00
  • 045f9336ba
    chore: bump it-memory-traits version (#46) master Valery Antopol 2024-01-25 15:59:59 +03:00
  • 5a77385470
    bump versions (#45) Valery Antopol 2024-01-25 15:36:49 +03:00
  • 63b4395ab5
    feat!: move to async execution (#44) Valery Antopol 2024-01-25 14:43:07 +03:00
  • 2a2288f2c1
    bump versions (#43) Valery Antopol 2023-11-02 19:23:50 +04:00
  • 354539f5cb
    feat!: propagate errors from module calls (#42) Valery Antopol 2023-11-02 19:05:57 +04:00
  • 44ca83c001
    chore: bump crate versions (#41) Valery Antopol 2023-03-21 19:44:54 +03:00
  • cdcf051f97
    fix: return 8.0 as new ones has different WIT syntax (#40) Valery Antopol 2023-03-21 17:51:24 +03:00
  • 24c2d06327
    Merge pull request #39 from fluencelabs/renovate/wast-55.x Mike Voronov 2023-03-13 16:01:56 +03:00
  • bdf9aeba5b
    fix(deps): update rust crate wast to v55 #39 renovate[bot] 2023-03-06 21:34:54 +00:00
  • cca420f07c
    chore: bump crate versions (#36) Valery Antopol 2023-02-14 18:09:01 +03:00
  • 06e0dd40d6
    feat!: pass a context object through the API to the wasm engine functions (#34) Valery Antopol 2023-02-14 17:48:09 +03:00
  • da020b8c6a
    Merge pull request #35 from fluencelabs/renovate/wast-53.x Mike Voronov 2023-02-13 18:39:50 +03:00
  • cc62cf5076
    fix(deps): update rust crate wast to v53 #35 renovate[bot] 2023-02-13 15:38:03 +00:00
  • 65e4b0af7b
    Merge pull request #31 from fluencelabs/renovate/all-non-major-rust-dependencies Mike Voronov 2023-02-13 18:32:04 +03:00
  • 7606a37a93
    fix(deps): update all non-major rust dependencies #31 renovate[bot] 2022-12-26 18:01:44 +00:00
  • 527d3c0be9
    fix(deps): update all non-major rust dependencies (#26) renovate[bot] 2022-11-28 18:53:31 +03:00
  • 68ef5d9361
    chore(deps): update Rust crate nom to v7 (#24) renovate[bot] 2022-09-16 18:06:31 +03:00
  • d10b3cca67
    Update all non-major Rust dependencies (#23) renovate[bot] 2022-09-09 19:54:12 +03:00
  • 31bb401d36
    Configure Renovate (#21) renovate[bot] 2022-09-09 19:41:57 +03:00
  • b1267354da
    Update workflow (#22) Anatoly Laskaris 2022-09-09 19:39:33 +03:00
  • 18ef306b92
    update semver crate version (#19) Valery Antopol 2022-09-09 16:20:42 +03:00
  • 522dd91b39
    Fix that lift/lower instructions do not allow to work with offsets bigger than 2gb (#18) Valery Antopol 2022-04-25 22:51:04 +03:00
  • b233bfcadd
    Refactor memory access interface to fix that writer does not update memory after allocation (#17) Valery Antopol 2022-04-06 22:25:01 +03:00
  • cbdea8e362
    use u32 instead of usize for memory offsets/sizes to avoid i32->usize casts (#16) Valery Antopol 2022-03-24 19:57:45 +03:00
  • 2a8f8925c9
    Fix fatal crash made in previous PR (#15) Valery Antopol 2022-02-18 01:39:21 +03:00
  • 0c5145aa37
    Rework memory access interface to support non-wasmer environments (#14) Valery Antopol 2022-01-28 22:34:17 +07:00
  • 94023f668f
    Merge pull request #13 from fluencelabs/fix Mike Voronov 2021-09-03 19:25:51 +03:00
  • b17b5ac05d bump version #13 vms 2021-09-03 19:23:46 +03:00
  • bb862e2e85 fix wat de vms 2021-09-03 19:22:32 +03:00
  • f0c93d9423
    add VariantCount for IType and Value (#12) Valery Antopol 2021-09-01 13:29:00 +03:00
  • 138bbaf8bd delete rustdoc::broken_intra_doc_links vms 2021-04-27 19:49:32 +03:00
  • f6afd03838 bump it-types version vms 2021-04-26 12:00:40 +03:00
  • a15a81ad47
    Merge pull request #10 from fluencelabs/optimizations vms 2021-04-26 00:41:34 +03:00
  • 7f049c0551 fix bug with byte arrays #10 vms 2021-04-26 00:35:31 +03:00
  • f8aa7e0616 make array_lower_memory work with bytearrays vms 2021-04-25 13:20:12 +03:00
  • a44c433c4d add some logs vms 2021-04-25 13:11:38 +03:00
  • 27c13e9547 disable check vms 2021-04-25 01:21:06 +03:00
  • e8e492dd48 fix type tags vms 2021-04-25 01:08:19 +03:00
  • 4a41d36c52 return error if allocate returns 0 vms 2021-04-25 01:04:23 +03:00
  • 39dca73210 rename heapable to allocatable vms 2021-04-25 00:09:11 +03:00
  • e75a108998 rename it-lilo-utils to it-lilo vms 2021-04-24 23:04:34 +03:00
  • cc44e387f7 refactoring vms 2021-04-24 21:55:14 +03:00
  • 6116c5c252 Merge branch 'optimizations' of github.com:fluencelabs/interface-types into optimizations vms 2021-04-23 23:57:46 +03:00
  • 6bf0eedec7 first attempt to fix vms 2021-04-23 23:56:41 +03:00
  • 5df263876f
    remove u128 (#11) folex 2021-04-23 18:04:08 +03:00
  • 34bf8a196a support u128 vms 2021-04-23 10:13:11 +03:00
  • 9095389a5a more logs vms 2021-04-22 20:43:27 +03:00
  • c4c1e449d3 add log vms 2021-04-22 20:35:11 +03:00
  • d7d91a263e add some logs vms 2021-04-22 20:31:14 +03:00
  • 8de882c159 housekeeping, pr fixes vms 2021-04-21 19:18:45 +03:00
  • a48662d48c rename type_code to type_tag vms 2021-04-21 04:17:18 +03:00
  • aa8ab1b1e3 save point vms 2021-04-21 00:43:17 +03:00
  • 5d219e963b to save it optimization_refactored vms 2021-04-20 23:39:16 +03:00
  • 2c40ced55d update vms 2021-04-20 15:26:58 +03:00
  • 6e75b8a5cb update vms 2021-04-20 03:37:38 +03:00
  • 93bf5e153d bunch of small fixes vms 2021-04-20 02:36:40 +03:00
  • 748cf3b0f6 misc updates vms 2021-04-19 21:21:59 +03:00
  • e9cdf5ecb2 getting rid of unwraps vms 2021-04-19 16:31:16 +03:00
  • 532043a884 refactor reader vms 2021-04-19 16:08:06 +03:00
  • 51af2df63e refactoring vms 2021-04-18 22:12:10 +03:00
  • 41555d4d32 improve array passing vms 2021-04-18 19:43:29 +03:00
  • 28114f8cdb print missing ) at the end of interface version vms 2021-04-12 13:20:10 +03:00
  • 6f82d1010f
    Merge pull request #8 from fluencelabs/remove_delete vms 2021-04-07 23:52:41 +03:00
  • 05c4186045 delete excess stuff #8 vms 2021-04-07 23:51:20 +03:00
  • 80048a664f bump version vms 2021-04-07 23:49:08 +03:00
  • f060353d98 Merge branch 'master' into remove_delete vms 2021-04-07 23:48:36 +03:00
  • 7339136605
    Merge pull request #9 from fluencelabs/versioning vms 2021-04-07 23:47:12 +03:00
  • 20b1766d23 fix a typo #9 vms 2021-03-15 18:47:40 +03:00
  • cdb1b41b26 misc vms 2021-03-15 18:42:19 +03:00
  • 8e74adb98f bump version vms 2021-03-15 18:23:02 +03:00
  • 3013a6ade1 fix error message vms 2021-03-15 18:22:44 +03:00
  • 00582bd7c3 improve version parsing vms 2021-03-15 17:05:03 +03:00
  • ab76621355 add docs vms 2021-03-15 14:40:44 +03:00
  • 90850764ca bump version vms 2021-03-15 14:34:40 +03:00
  • 672434a4a9 implement default vms 2021-03-15 14:29:04 +03:00
  • 8c3130ee5e auto version figuring out vms 2021-03-15 14:24:55 +03:00
  • 4e999356d3 specify anonumous lifetime vms 2021-03-15 13:22:36 +03:00
  • bdd285810e add ctor for Interfaces vms 2021-03-15 13:06:39 +03:00
  • 5758fa66c6 add version to interfaces vms 2021-03-15 12:37:15 +03:00
  • 3f22999045 remove deallocating while lifting record and arrays vms 2021-03-12 22:08:17 +03:00
  • f6fdc50e75 reexport ast as public vms 2020-12-29 13:32:41 +03:00
  • d94847187a
    Merge pull request #7 from fluencelabs/decouple_ivalues vms 2020-12-29 12:55:01 +03:00
  • 8442800f57 bump version #7 vms 2020-12-29 12:54:18 +03:00
  • 9afa1e2e15 rename FlattenIValues Iterator to FlattenIRecordIterator vms 2020-12-29 12:41:02 +03:00
  • ffbe1a282a decouple ToBytes into a separate crate vms 2020-12-29 12:32:17 +03:00
  • b8ca780473 bump version vms 2020-12-29 11:30:47 +03:00
  • 3ca9734d2e update vms 2020-12-28 22:33:58 +03:00
  • 4b5da87cca decopule interface vms 2020-12-21 13:35:37 +03:00
  • 44d559cca1 use log::debug in call-core vms 2020-11-10 20:17:49 +03:00
  • 94dabb09ed more differentiate between log levels vms 2020-11-10 20:10:59 +03:00
  • 10a24629c9 improve log vms 2020-11-09 03:26:23 +03:00
  • 552d4b7141 fix : parsing in record fields vms 2020-11-08 19:36:33 +03:00
  • 5569b9ab62 improve parsing wit files vms 2020-11-08 17:57:11 +03:00
  • 4d1d48bbbf another try impl_refactoring vms 2020-11-08 14:00:19 +03:00
  • 6a760c44d3 another try vms 2020-11-08 13:56:40 +03:00
  • b75dba0b53 better format vms 2020-11-08 13:52:43 +03:00
  • cd186a70cd add more newlines vms 2020-11-08 13:36:19 +03:00