This repository was archived by the owner on Jan 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "version" : " 21.6.1"
1313 },
1414 "ghcr.io/devcontainers/features/docker-outside-of-docker:1" : {}
15+ },
16+ "customizations" : {
17+ "vscode" : {
18+ "extensions" : [
19+ " ms-azuretools.vscode-docker" ,
20+ " ms-vscode.vscode-typescript-next" ,
21+ " ms-vscode.cpptools-extension-pack"
22+ ]
23+ }
1524 }
1625
1726 // Use 'forwardPorts' to make a list of ports inside the container available locally.
Original file line number Diff line number Diff line change 6262 node-version-file : " .nvmrc"
6363 - name : Build
6464 run : docker compose up ci
65+ - name : Check files
66+ run : ls . */
6567 - name : Install dependencies
6668 run : corepack yarn install --immutable
6769 - name : Run tests
Original file line number Diff line number Diff line change 6464 "typescript.tsdk" : " .yarn/sdks/typescript/lib" ,
6565 "typescript.enablePromptUseWorkspaceTsdk" : true ,
6666 "cmake.sourceDirectory" : " C:/Users/cabbage/code/wasm/libxml_wasm/wasm" ,
67- "jest.jestCommandLine" : " \" . yarn/releases/yarn-4.1.0.cjs \" run jest"
67+ "jest.jestCommandLine" : " corepack yarn run jest"
6868}
Original file line number Diff line number Diff line change 55``` bash
66# Build also libraries
77docker compose up ci
8- # Build only wasm (requires libraries to be built)
8+ # Build only bindings
99docker compose up wasm
1010```
1111
@@ -24,7 +24,7 @@ const html = `
2424<body>
2525 <div class="container">
2626 <h1 class="title">Hello world</h1>
27- <p>Good </p>
27+ <p>Text </p>
2828 </div>
2929</body>
3030</html>
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ x-base-service: &base-service
99 - embuilder-cache:/emsdk/upstream/emscripten/cache
1010 working_dir : /src
1111 environment :
12- - TERM=xterm-256color
12+ - TERM=xterm-256color
1313
1414services :
1515 ci :
You can’t perform that action at this time.
0 commit comments