mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 06:38:22 +00:00
Wasmer Native
The Wasmer Native is usable with any compiler implementation
based on wasmer-compiler that is able to emit Position Independent
Code (PIC).
After the compiler process the result, the Native Engine generates
a shared object file and links it via dlsym so it can be usable by the
wasmer api.