File tree 1 file changed +16
-0
lines changed
Filter options
content/posts/newsletter-019 1 file changed +16
-0
lines changed
Original file line number Diff line number Diff line change @@ -657,6 +657,22 @@ include:
657
657
[ Mun ] : https://mun-lang.org
658
658
[ mun-february ] : https://mun-lang.org/blog/2021/03/04/this-month-february
659
659
660
+ ### [ wasm_plugin]
661
+
662
+ [ wasm_plugin] is a new low-ish level tool for easily hosting WASM based
663
+ plugins for modding or scripting.
664
+
665
+ It consists of two crates:
666
+
667
+ - [ wasm_plugin_host] which wraps a wasmer instance with methods for calling
668
+ functions on the guest plugin.
669
+ - [ wasm_plugin_guest] which provides an attribute macro to easily export
670
+ functions to the host.
671
+
672
+ [ wasm_plugin ] : https://github.com/alec-deason/wasm_plugin
673
+ [ wasm_plugin_host ] : https://lib.rs/crates/wasm_plugin_host
674
+ [ wasm_plugin_guest ] : https://lib.rs/crates/wasm_plugin_guest
675
+
660
676
## Popular Workgroup Issues in Github
661
677
662
678
<!-- Up to 10 links to interesting issues -->
You can’t perform that action at this time.
0 commit comments