wasm-linker-js
wasm-linker-js copied to clipboard
Better browser support
There is a browser example in this repository.
While functional, the implementation is far from ideal - the linker does not currently expose streaming methods, and the WebPack configuration for generating a browser-compatible library is not optimal (this should be changed to use ECMAScript modules).
For now, we could update the examples to use UNPKG:
<script
type="module"
src="https://unpkg.com/@deislabs/wasm-linker-js/dist/wasm-linker.js"
></script>