File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -544,6 +544,18 @@ game development at different skill and experience levels.
544
544
[ medium_rust_gamedev ] : https://medium.com/pragmatic-programmers/game-development-with-rust-31147f7b6096
545
545
[ @thebracket ] : https://github.com/thebracket/
546
546
547
+ ### [ How to make plugins system with Rust and WebAssembly] [ devblog.arcana.rs ]
548
+
549
+ [ @zakarumych ] published an article about their experience creating
550
+ fully safe plugins system using plugins compiled to WebAssembly.\
551
+ It provides reasoning for choosing WASM in specific scenario
552
+ and contains strategies for interacting with WASM modules embedded into application,\
553
+ including dealing with dynamic memory of the module,
554
+ string and array operations, function pointers etc.
555
+
556
+ [ devblog.arcana.rs ] : https://devblog.arcana.rs/how-to-make-plugins-system-with-rust-and-webassembly
557
+ [ @zakarumych ] : https://github.com/zakarumych/
558
+
547
559
## Tooling Updates
548
560
549
561
### [ Sugarcubes]
You can’t perform that action at this time.
0 commit comments