Skip to content

littledivy/deno_jit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jit from js

Execute raw machine code from JavaScript. I hope you know what you're doing :)

const inst = new Uint8Array([0xC3]); // ret
const noop = jit(inst);
noop();

MIT License

About

On-the-fly machine code executing from Deno

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published