feat: wasmtime
This commit is contained in:
5
__wasm/wasmtime/add.c
Normal file
5
__wasm/wasmtime/add.c
Normal file
@@ -0,0 +1,5 @@
|
||||
// add.c
|
||||
int add (int first, int second)
|
||||
{
|
||||
return first + second;
|
||||
}
|
||||
Reference in New Issue
Block a user