Skip to content

Commit 96efdaa

Browse files
authored
Enable wasm (#108)
1 parent efc892c commit 96efdaa

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

build.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ targets:
1616
options:
1717
compilers:
1818
# Currently broken
19-
#dart2wasm:
20-
# args:
21-
# # For debugging
22-
# - -O0
23-
# # For shipping
24-
# #- -O2
25-
# - --no-strip-wasm
19+
dart2wasm:
20+
args:
21+
- -O2
22+
- --no-strip-wasm
2623
dart2js:
2724
args:
2825
- --stage=dump-info-all

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,10 @@ packages:
485485
dependency: "direct main"
486486
description:
487487
name: stagexl
488-
sha256: eaea972920424572b93f3ad3a3977944e9244523c4bbbc3d547d8682497b63b7
488+
sha256: d996c249e0fd061e191f21c6815b91aa2a43e28dcc6f268d6066001adbc3aaed
489489
url: "https://pub.dev"
490490
source: hosted
491-
version: "2.3.0"
491+
version: "2.3.1"
492492
stream_channel:
493493
dependency: transitive
494494
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
sdk: ^3.9.0
66

77
dependencies:
8-
stagexl: ^2.3.0
8+
stagexl: ^2.3.1
99
web: ^1.1.1
1010

1111
dev_dependencies:

0 commit comments

Comments
 (0)