Skip to content

Instantly share code, notes, and snippets.

@JessicaWachtel
Created February 20, 2026 21:28
Show Gist options
  • Select an option

  • Save JessicaWachtel/bb5edeaa5ed14e35fb7c13c7e0b80c8c to your computer and use it in GitHub Desktop.

Select an option

Save JessicaWachtel/bb5edeaa5ed14e35fb7c13c7e0b80c8c to your computer and use it in GitHub Desktop.
WebAssembly.instantiateStreaming(fetch('module.wasm'), importObject)
  .then(obj => obj.instance.exports.myFunction());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment