mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fix wasm tests
This commit is contained in:
parent
c49046291a
commit
248976d632
1 changed files with 1 additions and 1 deletions
|
@ -2252,7 +2252,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
|
||||
fn num_to_str(&self, backend: &mut WasmBackend<'a, '_>) {
|
||||
let arg_layout = backend.storage.symbol_layouts[&self.arguments[0]];
|
||||
match backend.layout_interner.get_repr(arg_layout) {
|
||||
match backend.layout_interner.runtime_representation(arg_layout) {
|
||||
LayoutRepr::Builtin(Builtin::Int(width)) => {
|
||||
self.load_args_and_call_zig(backend, &bitcode::STR_FROM_INT[width])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue