wasmer-c-api
wasmer-c-api copied to clipboard
Example of the C API to embed the Wasmer runtime
So apparently this repo is deprecated. Nothing points at that! So if that is the case I suggest: - add a BIG note to the README that the repo is...
When running the non-WASI example, the invocation fails due to the import failing. Steps I took: - install Wasmer 1.0, macOS BS Intel, move away `.dylib` so that the linker...
When running the WASI example, it just crashes due to the import object not being implemented. Steps I took: - install Wasmer 1.0, macOS BS Intel, move away `.dylib` so...