Skip to content

Instantly share code, notes, and snippets.

@ivancorrales
Created April 28, 2022 16:54
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 ivancorrales/761e20c2653762033f25d3b511ff02ab to your computer and use it in GitHub Desktop.
Save ivancorrales/761e20c2653762033f25d3b511ff02ab to your computer and use it in GitHub Desktop.
<script>
loadWasm("pos-tagging-service.sample1.wasm")
.then((wasm) => {
console.log("main.wasm is loaded 👋");
})
.catch((error) => {
console.log("ouch", error);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment