mlir-playground icon indicating copy to clipboard operation
mlir-playground copied to clipboard

[devops] Upload WASM assets as github release / npm package in main branch

Open jackalcooper opened this issue 3 years ago • 1 comments

  • When there is a new commit in main branch, a release packing all WASM assets should be generated and published.
  • If it doesn't reach the npm file size limit, publish them as a npm package.
  • If published as npm package, separate them into three: llvm, clang, mlir if possible.

jackalcooper avatar May 27 '22 17:05 jackalcooper

@jackalcooper with this merged PR, we are able to release the compiled WASM along with the static website. Shall we close this PR or continue the packaging with NPM? IMHO, the current release as static website (without web server) might sufficient enough for most usacases. https://github.com/MLIR-China/mlir-playground/pull/71

litanlitudan avatar Oct 26 '22 20:10 litanlitudan