This commit is contained in:
Folkert 2022-07-07 13:40:37 +02:00
parent b1ea641cfb
commit a55461d0f8
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
use roc_std::{RocDec, RocList, RocOrder, RocStr, RocResult};
use roc_std::{RocDec, RocList, RocOrder, RocResult, RocStr};
pub trait Wasm32Sized: Sized {
const SIZE_OF_WASM: usize;