rhai/no_std/no_std_win
2020-07-21 22:32:24 +08:00
..
src Add no-std example. 2020-07-21 22:32:24 +08:00
Cargo.toml Add no-std example. 2020-07-21 22:32:24 +08:00
README.md Add no-std example. 2020-07-21 22:32:24 +08:00

no-std Sample for Windows API

This sample application is a bare-bones no-std build for the Windows API.

wee_alloc is used as the allocator.

To Compile

The nightly compiler is required:

cargo +nightly build --release

The release build is optimized for size. It can be changed to optimize on speed instead.