www.dpdl.io
developed by SEE Solutions © 2003
This tutorial shows how to compile a rust library to wasm target, load the resulting wasm code into the runtime and make function calls to wasm from Dpdl code. It also shows how you can embed WAT code that is compiled in memory at runtime along with the compiled rust library so that exported function calls can be performed from Dpdl.