alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
2
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Fix wasm test
author
GearsDatapacks
committer
Louis Pilfold
date
1 year ago
(Jun 23, 2025, 2:23 PM +0100)
commit
8f8a000b
8f8a000b3c132a136a72434b77c302c35dcc32ee
parent
639d3d7a
639d3d7a08fad26d73270a4db4b0265caa5580b4
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
compiler-wasm
src
tests.rs
+1
-1
compiler-wasm/src/tests.rs
View file
Reviewed
···
90
90
assert!(
91
91
compile_package(0, "javascript")
92
92
.unwrap_err()
93
93
-
.contains("Unsupported feature for compilation target")
93
93
+
.contains("The javascript target does not support")
94
94
);
95
95
}
96
96