How to build with WebAssembly
Learn about the required process to create an edge function that uses a WebAssembly originated function.
- On Real-Time Manager (RTM), on the upper-left corner, select Edge Functions in the Edge Libraries section.
- Click Add Function.
- Choose a name for your function.
- Copy and paste the following sample code to the code block:
The const wasmCode
is the binary representation of the following WAT code:
- Click the Save button.
Now, the function is ready to be instantiated in an edge application. Check how to instantiate and execute the functions in your edge application and try it out.
The expected output of the recently created function is similar to:
- Access Azion Console > Edge Functions.
- Click + Edge Function.
- Choose a name for your function.
- Go to the Code tab.
- Copy and paste the following sample code to the code block:
The const wasmCode
is the binary representation of the following WAT code:
- Click the Save button.
Now, the function is ready to be instantiated in an edge application. Check how to instantiate and execute the functions in your edge application and try it out.
The expected output of the recently created function is similar to: