Skip to content

Instantly share code, notes, and snippets.

@shelajev
Created November 12, 2019 14:22
Show Gist options
  • Save shelajev/c6813f8eb3176600b99273a35b20c26c to your computer and use it in GitHub Desktop.
Save shelajev/c6813f8eb3176600b99273a35b20c26c to your computer and use it in GitHub Desktop.
Value mainFunction = context.getBindings("wasm").getMember("main");
Object result = mainFunction.execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment