Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 611 Bytes

Dpdl_tutorials.md

File metadata and controls

20 lines (10 loc) · 611 Bytes

Dpdl tutorials

Dpdl

			www.dpdl.io

developed by SEE Solutions © 2003

Dpdl tutorials

Dpdl tutorial #1

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.

Dpdl_tutorial_1