Crates.io | ambient_guest_bridge |
lib.rs | ambient_guest_bridge |
version | 0.3.1 |
source | src |
created_at | 2023-05-02 16:15:39.758226 |
updated_at | 2023-10-25 13:49:31.071535 |
description | Crate for the Ambient runtime that allows code to target either native host code or the API exposed to guest code. |
homepage | |
repository | https://github.com/AmbientRun/Ambient |
max_upload_size | |
id | 854699 |
size | 10,876 |
This crate makes it possible to write code that can be used either internally in the Ambient runtime, or in a guest crate using ambient_api
.
It does this by abstracting over both APIs and providing a common interface that can be targeted by downstream code to allow running that code in either context.