misalcedo / tortuga

A CGI and WCGI server for HTTP/1.1
Apache License 2.0
7 stars 0 forks source link

Get working examples of Rust-based WASM actors. #24

Closed misalcedo closed 3 years ago

misalcedo commented 3 years ago

Create Rust-based WASM library examples that can be run inside of Tortuga. I don't know of a way to deal with externref types. May need to define system reply instead of system send similarly to sending a message to a child module. That way we can avoid using externrefs entirely, the problem is that the system will need to track the current message being processed somehow.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically closed because it has not had recent activity. You may re-open the issue if it is still relevant.