aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/wasm.test.js
blob: ab88d5beb2a28007d5b4eec28e41d8efd947ec5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { it } from "bun:test";
// import * as wasm from "./wasm-return-1-test.wasm";

// import { readFileSync } from "fs";

// it("wasm readFileSync", async () => {
//   console.log("here");
//   console.log(wasm.hello());
// });

// it("wasm import", async () => {
//   console.log("heyt");
//   try {
//     console.log("hi");
//     expect(wasm.hello()).toBe(1);
//   } catch (err) {
//     console.error(err);
//     throw err;
//   }
// });
2 13:26:39 +0100'>2021-05-12cubic: redefine K equation according to the rfc8312bis draftGravatar Junho Choi 1-16/+34 2021-05-12h3: make quiche_h3_recv_dgram signature consistentGravatar Lucas Pardue 1-1/+2 2021-05-11use PAYLOAD_LENGTH_LEN constGravatar Junho Choi 1-1/+1 2021-05-10validate protocol version when creating ConfigGravatar Norman Maurer 1-0/+25 2021-05-06apps: fix inconsistent struct constructorGravatar Alessandro Ghedini 1-1/+1 2021-05-06apps: use parse() to convert string to intGravatar Alessandro Ghedini 1-8/+8 2021-05-06qlog: use map() instead of pattern matchingGravatar Alessandro Ghedini 1-15/+3 2021-05-06h3: use parse() to convert string to intGravatar Alessandro Ghedini 1-3/+6 2021-05-06ffi: expose client-side session resumption and 0-RTT APIGravatar Norman Maurer 2-0/+33 2021-05-05check the packet length against the buffer sizeGravatar Junho Choi 1-1/+70