Add simple readme and rename APIs
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
*/
|
||||
|
||||
const wrapAsm = require('./wrapAsm');
|
||||
const loadYoga = require('./asmjs-sync');
|
||||
const loadAsm = require('./asmjs-sync');
|
||||
|
||||
module.exports = wrapAsm(loadYoga());
|
||||
module.exports = wrapAsm(loadAsm());
|
||||
|
Reference in New Issue
Block a user