wasm-linker-js icon indicating copy to clipboard operation
wasm-linker-js copied to clipboard

Better browser support

Open radu-matei opened this issue 5 years ago • 1 comments

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).

radu-matei avatar Nov 12 '20 08:11 radu-matei

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>

radu-matei avatar Nov 12 '20 20:11 radu-matei