Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hermes-compiler

Provides high-level API to work with Hermes bytecode compiler through emhermesc.

Usage

typeof emhermesc.VERSION; // "number"

const { bytecode } = emhermesc.compile("let x = 1; x++;", { sourceURL: "wintry.js" });
emhermesc.validateBytecodeModule(bytecode, 0);

console.log("Generated bytecode!", bytecode);

About

Provides high-level API to work with Hermes bytecode compiler through emhermesc.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages