Skip to content

Instantly share code, notes, and snippets.

View coder0107git's full-sized avatar
🎯
Focusing...

Invalid Name coder0107git

🎯
Focusing...
View GitHub Profile
@coder0107git
coder0107git / cheerpj-fs.html
Created June 12, 2025 04:34
A small wrapper for writing files to the java-writable portion of the CheerpJ filesystem.
<script src="https://cjrtnc.leaningtech.com/3_20250514_1341/loader.js"></script>
<script type="module">
import { fileOpen } from "https://cdn.jsdelivr.net/npm/browser-fs-access@0.37/+esm";
class CheerpJFs {
// This probably should be static
#textEncoder = new TextEncoder();
#java;
#lib;