mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-16 12:31:19 +00:00
cfg!()/env!() are applied on the host platform during the build script's build, the environment of the build script's execution is the proper way to determine eg target_os
Wasmer Windows Exception Handler
Wasmer is a standalone JIT WebAssembly runtime, aiming to be fully compatible with Emscripten, Rust and Go. Learn more.
This crate provides an API for exception handling on Windows.