Akash Karmakar
Akash Karmakar
https://github.com/akashKarmakar02/django-vue-inertia-starter.git this is my repo and i have the contants in settings.py i have inertia ssr.js file included it in vite.config.js after disabling js in browser only blank page is...
hey vinc, i made some progress. it looks like userspace rust binary memory is not getting deallocated. or some kind of bug in it. 
Hi, I made some progress again. i implemented functions for freeing physical memory but it looks like need to keep track of memory in case of virtual memory. your implementation...
hey vinc, I made a bit of progress a while back. it took me a bit of time to make progress due to me being new to osdev. It seems...
I see. thanks for the response.
@vinc thanks for the update appriciate the help.
https://github.com/akashKarmakar02/graalnative just run `sh build.sh` and `LD_LIBRARY_PATH=. ./Main`
@selhagani Hey, i made some progress if a receive `User *user` in c then it works. but how can i send normal structs from java.
```java var node = NodeJsRunTimeProvider.getRuntime(); node.getNodeModule(NodeModuleModule.class).setRequireRootDirectory(new File(JavetOSUtils.WORKING_DIRECTORY)); node.setV8ModuleResolver(new JavetBuiltInModuleResolver()); System.out.println(JavetOSUtils.WORKING_DIRECTORY); node.getExecutor(output.getCode()).setModule(true).executeVoid();``` What am i doing wrong.
i am using import React from "react" it is failing saying module not found but. const React = require("react") works