mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
1.05k stars 49 forks source link

Move dylib documentation closer to "Embedding Steel in Rust" section. #143

Closed wmedrano closed 6 months ago

wmedrano commented 7 months ago

Also relabels it as "Using Rust in Steel"

Demo: https://wmedrano.github.io/steel/book/start/dylib.html

wmedrano commented 7 months ago

2024-01-18 update: Converted back to draft until I get it working myself.

mattwparas commented 7 months ago

When you say "get it working" do you mean getting dylibs working?

wmedrano commented 7 months ago

Yes, doing my due diligence and actually following the guide.

Edit as of 5 minutes ago, I seem to have it working.

wmedrano commented 6 months ago

Tested the instructions again and it seems to work. Anything else I can do to push this through?

mattwparas commented 6 months ago

LGTM - thanks!