Skip to content

Instantly share code, notes, and snippets.

@crush-157
Created June 25, 2020 20:03
Show Gist options
  • Save crush-157/c6afe9135be4aaee59f3ff412edc38a8 to your computer and use it in GitHub Desktop.
Save crush-157/c6afe9135be4aaee59f3ff412edc38a8 to your computer and use it in GitHub Desktop.
const fdk=require('@fnproject/fdk');
const wasm=require('@crush-157/rust-fn');
fdk.handle(function(input){
return wasm.hello_json(input);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment