trunk icon indicating copy to clipboard operation
trunk copied to clipboard

feat[src/pipelines/inline.rs]: Add support for inline script tags of …

Open arichtman opened this issue 2 years ago • 0 comments

PR to add support for inline assets in script tags with type="module" set. This is required to be able to run import on the Js wrapper and thereby call WASM-exported functions. it's kindof a workaround to #298

Checklist

  • [x] Updated CHANGELOG.md describing pertinent changes.
  • [x] Updated README.md with pertinent info (may not always apply).
  • [x] Updated site content with pertinent info (may not always apply).
  • [x] Squash down commits to one or two logical commits which clearly describe the work you've done. If you don't, then Dodd will 🤓.

arichtman avatar May 22 '22 08:05 arichtman