Skip to content

Instantly share code, notes, and snippets.

@bjfish
Created March 5, 2019 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjfish/0649f8f232f3f10a762dedc53574af21 to your computer and use it in GitHub Desktop.
Save bjfish/0649f8f232f3f10a762dedc53574af21 to your computer and use it in GitHub Desktop.
int main()
{
wasmer_value_tag params_sig[] = {WASM_I32, WASM_I32};
wasmer_value_tag returns_sig[] = {};
wasmer_import_func_t *func = wasmer_import_func_new(print_str, params_sig, 2, returns_sig, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment