Make core:image packages work on js platform (wasm32) by not requiring core:os

This commit is contained in:
gingerBill
2023-03-23 20:53:19 +00:00
parent 909ed93cd3
commit 90c44c34a9
16 changed files with 247 additions and 191 deletions
+6
View File
@@ -0,0 +1,6 @@
//+build js
package qoi
save :: proc{save_to_memory}
load :: proc{load_from_bytes, load_from_context}