Skip to content

Instantly share code, notes, and snippets.

@bjfish
Created March 5, 2019 04:39
Embed
What would you like to do?
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