Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/no-wasm-opt' into claudio/mild-w…
Browse files Browse the repository at this point in the history
…asm-opt
  • Loading branch information
chenyan-dfinity committed Sep 17, 2023
2 parents 59ba1c8 + 36ce70b commit f56c8da
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crypto/motoko/mops.template.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[dependencies]
base = "https://github.com/dfinity/motoko-base#moc-$MOC_VERSION"
sha2 = "0.0.2"
sha2 = "0.0.4"
ic-certification = "https://github.com/nomeata/ic-certification#main"
2 changes: 1 addition & 1 deletion dapps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include ../*.mk
all: build perf

motoko:
$(call build,motoko)
$(call build_with_mops,motoko)

rust:
$(call build,rust)
Expand Down
6 changes: 6 additions & 0 deletions dapps/motoko/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"basic_dao": {
"main": "basic_dao/Main.mo"
}
},
"defaults": {
"build": {
"packtool": "mops sources",
"args": ""
}
}
}
2 changes: 2 additions & 0 deletions dapps/motoko/mops.template.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[dependencies]
base = "https://github.com/dfinity/motoko-base#moc-$MOC_VERSION"
2 changes: 1 addition & 1 deletion pub-sub/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include ../*.mk
all: build perf

motoko:
$(call build,motoko)
$(call build_with_mops,motoko)

rust:
$(call build,rust)
Expand Down
8 changes: 7 additions & 1 deletion pub-sub/motoko/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"sub": {
"main": "src/sub/Main.mo"
}
},
"defaults": {
"build": {
"packtool": "mops sources",
"args": ""
}
}
}
}
2 changes: 2 additions & 0 deletions pub-sub/motoko/mops.template.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[dependencies]
base = "https://github.com/dfinity/motoko-base#moc-$MOC_VERSION"

0 comments on commit f56c8da

Please sign in to comment.