Create a Function with WebAssembly
Learn about the process required to create a function that uses a WebAssembly originated function.
Learn about the required process to create a function that uses a WebAssembly originated function.
- Access Azion Console > Functions.
- Click +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 application. Check how to instantiate and execute the functions in your application and try it out.
The expected output of the recently created function is similar to: