| Crates.io | wasmer-engine-universal |
| lib.rs | wasmer-engine-universal |
| version | 2.3.0 |
| created_at | 2021-06-02 16:47:57.021412+00 |
| updated_at | 2022-06-06 20:32:43.830361+00 |
| description | Wasmer Universal Engine |
| homepage | |
| repository | https://github.com/wasmerio/wasmer |
| max_upload_size | |
| id | 405398 |
| size | 55,852 |
wasmer-engine-universal The Wasmer Universal engine is usable with any compiler implementation based
on wasmer-compiler. After the compiler process the result, the Universal
pushes it into memory and links its contents so it can be usable by
the wasmer API.
Note: you can find a full working example using the Universal engine here.
This project borrowed some of the code of the code memory and unwind
tables from the wasmtime-jit, the code since then has evolved
significantly.
Please check Wasmer ATTRIBUTIONS to further see licenses and other
attributions of the project.