Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2e6053

Browse filesBrowse files
authored
N19: Add wasm_plugin (rust-gamedev#520)
1 parent 012a011 commit a2e6053
Copy full SHA for a2e6053

File tree

1 file changed

+16
-0
lines changed
Filter options

1 file changed

+16
-0
lines changed

‎content/posts/newsletter-019/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-019/index.md
+16Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.