-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwasmSampleModules.js
More file actions
5 lines (5 loc) · 1.35 KB
/
wasmSampleModules.js
File metadata and controls
5 lines (5 loc) · 1.35 KB
1
2
3
4
5
module.exports.additionBinary = new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 7, 1, 96, 2, 127, 127, 1, 127, 3, 2, 1, 0, 7, 16, 1, 12, 34, 97, 100, 100, 78, 117, 109, 98, 101, 114, 115, 34, 0, 0, 10, 9, 1, 7, 0, 32, 0, 32, 1, 106, 11]);
module.exports.subtractionBinary = new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 7, 1, 96, 2, 127, 127, 1, 127, 3, 2, 1, 0, 7, 21, 1, 17, 34, 115, 117, 98, 116, 114, 97, 99, 116, 78, 117, 109, 98, 101, 114, 115, 34, 0, 0, 10, 9, 1, 7, 0, 32, 0, 32, 1, 107, 11]);
module.exports.divisionBinary = new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 7, 1, 96, 2, 127, 127, 1, 127, 3, 2, 1, 0, 7, 19, 1, 15, 34, 100, 105, 118, 105, 100, 101, 78, 117, 109, 98, 101, 114, 115, 34, 0, 0, 10, 9, 1, 7, 0, 32, 0, 32, 1, 109, 11]);
module.exports.multiplicationBinary = new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 7, 1, 96, 2, 127, 127, 1, 127, 3, 2, 1, 0, 7, 21, 1, 17, 34, 109, 117, 108, 116, 105, 112, 108, 121, 78, 117, 109, 98, 101, 114, 115, 34, 0, 0, 10, 9, 1, 7, 0, 32, 0, 32, 1, 108, 11]);
module.exports.operationWithInternalVariableBinary = new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0, 1, 7, 1, 96, 2, 127, 127, 1, 127, 3, 2, 1, 0, 7, 35, 1, 31, 34, 111, 112, 101, 114, 97, 116, 105, 111, 110, 87, 105, 116, 104, 73, 110, 116, 101, 114, 110, 97, 108, 86, 97, 114, 105, 97, 98, 108, 101, 34, 0, 0, 10, 9, 1, 7, 0, 32, 0, 65, 10, 106, 11]);