git.exe
to your PATH(default settings for the installer are fine).Enabled Compilers: singlepass
in console.export ENABLE_SINGLEPASS=0
.Enabled Compilers: cranelift
export ENABLE_CRANELIFT=0
.llvm-config
is not accessible, set the correct environment variable for LLVM to access: For example, the environment variable for LLVM 11.0.x would be: LLVM_SYS_110_PREFIX=/path/to/unpacked/llvm-11.0
Enabled Compilers: llvm
export ENABLE_LLVM=0
.Enabled Compilers: singlepass cranelift llvm
make build-wasmer
command, you will have a new binary ready to be used!target/release/libwasmer_c_api.dll
target/release/libwasmer_c_api.dylib
target/release/libwasmer_c_api.so
package
directory, that you can then use easily in the Wasmer C API examples.cranelift
and the universal
engine if available.make build-capi-singlepass-universal
make build-capi-cranelift-universal
make build-capi-cranelift-native
make build-capi-llvm
make build-capi-llvm-universal
make build-capi-llvm-native