This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Commit 13cf85b
authored
feat!: move to async execution (#396)
* wip
* WIP
* WIP
* compiles, async mrepl works
* add Send
* Updating marine-js
* FuncGetter compiles
* wow it compiles
* marine-js compiles but does not work
* marine-js tests almost pass
* marine-runtime and marine-core tests pass
* fmt
* epoch interruption works in mrepl
* WIP: switching from async_trait to box_future
* move from async_trait to BoxFuture
* self-review fixes
* self-review fixes
* merge memory limits
* pr fixes
* pr fixes
* pr fixes
* pr fixes
* update cargo lock
* use published interface-types
* remove patch deps
* fix factory and make AppService generic
* fix marine-js
* try locking deps
* add debug prints to workflow
* fix workflow
* update workflow
* make marine-js bindings patcher update all __wbg_adapter_* functions
* remove debug prints from workflows
* self-review fixes
* self-review fixes
* self-review fixes
* final fixes
* fix mrepl
* fix pr comments, fmt and clippy
* fix Cargo.toml and Cargo.lock after merge
* test fixes after merge
* update rust toolchain to match one in no
* fixes for nox integration
* reexport MError
* update js bindings
* fix warning
* fmt1 parent 12733f2 commit 13cf85b
File tree
77 files changed
+2544
-1429
lines changed- core
- src
- host_imports
- lowering
- module
- tests
- crates
- fluence-app-service
- src
- it-generator
- src
- it-interfaces
- it-json-serde
- it-parser
- js-backend
- src
- module-interface
- wasm-backend-traits
- src
- wasmtime-backend
- src
- marine-js
- npm-package
- src
- __test__
- src
- marine
- src
- config
- tests
- tools/repl
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+2544
-1429
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments