We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4049cb commit 4f0f472Copy full SHA for 4f0f472
compiler/base/cargo-wasm
@@ -41,4 +41,9 @@ for wasm in $(find target/ -name '*wasm' -not -path '*/deps/*'); do
41
# wasm2wat spits out an error that we don't care about, so hide it
42
# https://github.com/WebAssembly/wabt/issues/842
43
# https://stackoverflow.com/a/15936384/155423
44
+
45
+ # The streaming playground expects the file to be without the
46
+ # extension while the original playground expects it to be with
47
+ # the extension. Support both for now.
48
+ cp "${output}.wat" "${output}"
49
done
0 commit comments