Back to Rhai

README

no_std/no_std_test/README.md

1.24.0524 B
Original Source

no-std Test Sample

This sample application is a bare-bones no-std build for testing.

wee_alloc is used as the allocator.

To Build

The nightly compiler is required:

bash
cargo +nightly build --release

A specific profile can also be used:

bash
cargo +nightly build --profile unix

Three profiles are defined: unix, windows and macos.

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