ellie-idb / blocklandjs

BlocklandJS - a implementation of V8 in Blockland. Bad code included.
2 stars 0 forks source link

return isn't returning proper utf8 values to torkscript #3

Closed ellie-idb closed 7 years ago

ellie-idb commented 7 years ago

might wanna fix this at https://github.com/ohninedotseven/blockland-v8/blob/master/blockland-v8/dllmain.cpp#L236

http://i.imgur.com/fh2fakj.png

doesn't work atm and i should probably fix it for smoother transition to js

ellie-idb commented 7 years ago

@portify suggested that I isolate the memory (because it's using reclaimed memory)

gonna check that out later

ellie-idb commented 7 years ago

fixed