Skip to content

Commit

Permalink
updated wasi bins
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist committed Sep 3, 2023
1 parent 607bdff commit 0bf9263
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build_npm_packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ if($skipBuild -ne $true) {
}

if($publish) {
# write-host -ForegroundColor Green "Publishing web... $web_dir $webv"
# wasm-pack publish -t web --tag web $web_dir
# write-host -ForegroundColor Green "Publishing nodejs... $nodejs_dir $njsv"
# wasm-pack publish -t nodejs --tag nodejs $nodejs_dir
# write-host -ForegroundColor Green "Publishing bundle... $bundle_dir $bundlev"
# wasm-pack publish -t bundler --tag bundle $bundle_dir
write-host -ForegroundColor Green "Publishing web... $web_dir $webv"
wasm-pack publish -t web --tag web $web_dir
write-host -ForegroundColor Green "Publishing nodejs... $nodejs_dir $njsv"
wasm-pack publish -t nodejs --tag nodejs $nodejs_dir
write-host -ForegroundColor Green "Publishing bundle... $bundle_dir $bundlev"
wasm-pack publish -t bundler --tag bundle $bundle_dir
if($publishLatestTag) {
write-host -ForegroundColor Green "Publishing latest... $latest_dir $latestlev"
wasm-pack publish -t nodejs --tag latest $latest_dir
Expand Down
Binary file modified pkg_wasi/marlowe_lang.wasm
Binary file not shown.
Binary file modified pkg_wasi/marlowe_lang_cli.wasm
Binary file not shown.

0 comments on commit 0bf9263

Please sign in to comment.