Skip to content

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 14:54
· 657 commits to main since this release
  • refactor @tybys/emnapi-runtime
  • Optional API Module.emnapiRuntime and Module.emnapiContext has changed.

See https://github.com/toyobayashi/emnapi/blob/v0.21.0/packages/emnapi/src/init.ts#L49-L138

<script src="node_modules/@tybys/emnapi-runtime/dist/emnapi.min.js"></script>
<script>
var Module = {}
Module.emnapiRuntime = window.emnapi
window.__emnapi_context__ = window.emnapi.createContext()
Module.emnapiContext = window.__emnapi_context__
</script>
<script src="emscripten-glue.js"></script>