docs.rs failed to build motoko-0.0.10
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
motoko-0.0.32
motoko.rs
Motoko support in Rust.
Motoko VM
Motoko VM explores a more dynamic way to run Motoko.
Priorities (WIP)
- Relaxed semantics for programs with type errors, permitting limited execution.
- Faithfully cover full Motoko language. Support base library.
- Permit versioning, snapshots, transactions and rollback.
Out of scope
- No complex, high-performance VM techniques, like just-in-time compilation.
- Not a compiler from Motoko to Wasm.
- No static type system here. See compiler for static typing..