Files
wasmer/lib/engine-native
2020-05-29 19:37:03 -07:00
..
2020-05-29 19:37:03 -07:00
2020-05-27 17:42:47 -07:00
2020-05-11 09:55:24 -07: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.