UNPKG

1 kBJavaScriptView Raw
1// DO NOT EDIT
2// generated by: make build
3
4module.exports["JS-BigInt-integration"] = function test() {
5 const test = require("../features/JS-BigInt-integration/index.js");
6 const buf = new Uint8Array([0,97,115,109,1,0,0,0,1,5,1,96,0,1,126,3,2,1,0,7,5,1,1,97,0,0,10,6,1,4,0,66,1,11]);
7 return test(buf);
8}
9
10module.exports["multi-value"] = function test() {
11 const test = require("../features/multi-value/index.js");
12 const buf = new Uint8Array([0,97,115,109,1,0,0,0,1,6,1,96,0,2,127,127,3,2,1,0,10,8,1,6,0,65,1,65,1,11]);
13 return test(buf);
14}
15
16module.exports["mutable-global"] = function test() {
17 const test = require("../features/mutable-global/index.js");
18 const buf = new Uint8Array([0,97,115,109,1,0,0,0,2,8,1,1,97,1,97,3,124,1]);
19 return test(buf);
20}
21
22module.exports["simd"] = function test() {
23 const test = require("../features/simd/index.js");
24 const buf = new Uint8Array([0,97,115,109,1,0,0,0,1,6,1,96,1,123,1,123,3,2,1,0,10,10,1,8,0,32,0,32,0,253,44,11]);
25 return test(buf);
26}