Skip to content

wtcord/hermes-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published