mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Merge branch 'main' into module-params
This commit is contained in:
commit
eb68bf943a
159 changed files with 5937 additions and 22739 deletions
|
@ -2224,7 +2224,9 @@ fn update<'a>(
|
|||
|
||||
#[cfg(target_family = "wasm")]
|
||||
{
|
||||
panic!("Specifying packages via URLs is curently unsupported in wasm.");
|
||||
panic!(
|
||||
"Specifying packages via URLs is currently unsupported in wasm."
|
||||
);
|
||||
}
|
||||
} else {
|
||||
// This wasn't a URL, so it must be a filesystem path.
|
||||
|
@ -4079,7 +4081,7 @@ fn load_packages<'a>(
|
|||
|
||||
#[cfg(target_family = "wasm")]
|
||||
{
|
||||
panic!("Specifying packages via URLs is curently unsupported in wasm.");
|
||||
panic!("Specifying packages via URLs is currently unsupported in wasm.");
|
||||
}
|
||||
} else {
|
||||
cwd.join(src)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue