chennnyl / asm-popola

Rust reboot of Bitcamp 2023 project
0 stars 0 forks source link

Allow calling external symbols (implement `CallType::Library`) #8

Open chennnyl opened 5 months ago

chennnyl commented 5 months ago

This is mostly for the standard library, but it'd be cool if people could write their own extensions

chennnyl commented 4 months ago

Almost done, just need to change how the interface is done

Probably by having DevolaExtern take a Rc<RefCell<Devola>> rather than a mutable reference