migration

This commit is contained in:
root
2026-04-13 20:12:01 +03:00
commit 46ab1753a5
201 changed files with 16685 additions and 0 deletions

11
javascript/RunJS.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
javac \
-encoding utf-8 \
-d __out \
RunJS.java \
&& java -ea \
--enable-native-access=org.graalvm.truffle \
-Dsun.misc.unsafe.memory.access=allow \
--module-path=graal \
--class-path __out \
RunJS $@