reading image files in graphics adapter

This commit is contained in:
minjaesong
2022-04-06 17:09:27 +09:00
parent f992713e85
commit 4c19e19b8a
17 changed files with 1838 additions and 5 deletions

View File

@@ -520,6 +520,5 @@ system.maxmem = function() {
Object.freeze(system);
// some utilities functions
if (Graal !== undefined && !Graal.isGraalRuntime()) {
serial.printerr("GraalVM compiler is not running, expect low performance");
}
// TypedArray re-implementation
// TODO