Skip to content

Commit 7bf56fe

Browse files
committed
Start with two examples
1 parent 9808751 commit 7bf56fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-wasm-examples.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ set -ex
66
EXAMPLES=(
77
"miner"
88
"cells"
9-
"resman"
10-
"von_neumann"
9+
# "resman"
10+
# "von_neumann"
1111
)
1212

1313
for EXAMPLE in "${EXAMPLES[@]}"; do

0 commit comments

Comments
 (0)