Skip to content

Commit a2e6053

Browse files
authored
N19: Add wasm_plugin (#520)
1 parent 012a011 commit a2e6053

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/posts/newsletter-019/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,22 @@ include:
657657
[Mun]: https://mun-lang.org
658658
[mun-february]: https://mun-lang.org/blog/2021/03/04/this-month-february
659659

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+
660676
## Popular Workgroup Issues in Github
661677

662678
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)