Commits on Source (42)
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Applied emscripten settings to generate and deploy separate .wasm file (instead of embedding base64 string in generated JS code)
-
Bartek Wrona authored
Added rollup-plugin-copy to project dev dependencies to include standalone .wasm file in the bundled package
-
Bartek Wrona authored
rollup-plugin-copy configuration applied to rollup config. Also removed parts of replace breaking url resolving code
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Mateusz Tyszczak authored
-
Bartek Wrona authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
-
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
This commit also removes requirement for WASM plugins in Vite
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
Mateusz Tyszczak authored
-
-
-
-
-
-
Bartek Wrona authored
-
-
-
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 2 additions, 4 deletions.gitlab-ci.yml
- core/binary_view/stringify.hpp 1 addition, 0 deletionscore/binary_view/stringify.hpp
- core/foundation.cpp 3 additions, 1 deletioncore/foundation.cpp
- core/protocol_impl.inl 2 additions, 0 deletionscore/protocol_impl.inl
- examples/ts/html/index.ts 4 additions, 1 deletionexamples/ts/html/index.ts
- examples/ts/html/package.json 7 additions, 11 deletionsexamples/ts/html/package.json
- examples/ts/nextjs-app/README.md 3 additions, 38 deletionsexamples/ts/nextjs-app/README.md
- examples/ts/nextjs-app/next.config.mjs 1 addition, 1 deletionexamples/ts/nextjs-app/next.config.mjs
- examples/ts/nextjs-app/package.json 1 addition, 1 deletionexamples/ts/nextjs-app/package.json
- examples/ts/node-app/package.json 1 addition, 1 deletionexamples/ts/node-app/package.json
- examples/ts/nuxt-app/.gitignore 24 additions, 0 deletionsexamples/ts/nuxt-app/.gitignore
- examples/ts/nuxt-app/.npmrc 2 additions, 0 deletionsexamples/ts/nuxt-app/.npmrc
- examples/ts/nuxt-app/README.md 22 additions, 0 deletionsexamples/ts/nuxt-app/README.md
- examples/ts/nuxt-app/__tests__/index.spec.ts 61 additions, 0 deletionsexamples/ts/nuxt-app/__tests__/index.spec.ts
- examples/ts/nuxt-app/app.vue 26 additions, 0 deletionsexamples/ts/nuxt-app/app.vue
- examples/ts/nuxt-app/nuxt.config.ts 5 additions, 0 deletionsexamples/ts/nuxt-app/nuxt.config.ts
- examples/ts/nuxt-app/package.json 21 additions, 0 deletionsexamples/ts/nuxt-app/package.json
- examples/ts/nuxt-app/playwright.config.ts 15 additions, 0 deletionsexamples/ts/nuxt-app/playwright.config.ts
- examples/ts/nuxt-app/tsconfig.json 4 additions, 0 deletionsexamples/ts/nuxt-app/tsconfig.json
examples/ts/nuxt-app/.gitignore
0 → 100644
examples/ts/nuxt-app/.npmrc
0 → 100644
examples/ts/nuxt-app/README.md
0 → 100644
examples/ts/nuxt-app/__tests__/index.spec.ts
0 → 100644
examples/ts/nuxt-app/app.vue
0 → 100644
examples/ts/nuxt-app/nuxt.config.ts
0 → 100644
examples/ts/nuxt-app/package.json
0 → 100644
examples/ts/nuxt-app/playwright.config.ts
0 → 100644
examples/ts/nuxt-app/tsconfig.json
0 → 100644