Skip to content

Commit 57f82f1

Browse files
committed
chore: wasm no modules
1 parent 918d1c3 commit 57f82f1

17 files changed

+5260
-3271
lines changed

.github/workflows/dojoc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
path: artifact/
268268

269269
build_wasm:
270-
name: Build WASM Package (Web)
270+
name: Build WASM Package
271271
runs-on: ubuntu-latest
272272
steps:
273273
- name: Checkout sources
@@ -294,15 +294,15 @@ jobs:
294294
- name: Install wasm-pack
295295
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
296296

297-
- name: Build WASM (web)
297+
- name: Build WASM
298298
working-directory: ./Bindings/dojo.c
299-
run: wasm-pack build --out-dir pkg-web --release --target web
299+
run: wasm-pack build --out-dir pkg --release --target no-modules
300300

301301
- name: Upload WASM Artifact
302302
uses: actions/upload-artifact@v4
303303
with:
304304
name: wasm-artifact
305-
path: ./Bindings/dojo.c/pkg-web # Upload the contents
305+
path: ./Bindings/dojo.c/pkg # Upload the contents
306306

307307
commit_files:
308308
name: Commit Updated Files

Assets/Dojo/Plugins/Linux/libdojo_c.so.meta

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Dojo/Plugins/Windows/libdojo_c.dll.meta

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Dojo/Plugins/iOS/libdojo_c.a.meta

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Dojo/Plugins/macOS/libdojo_c.bundle.meta

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Dojo/Runtime/Bindings/AssemblyAttributes.gen.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Dojo/Runtime/Bindings/Runtime.gen.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Dojo/Runtime/Bindings/dojo.gen.cs.meta

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Dojo/Runtime/bindings/AssemblyAttributes.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// To disable generating this file set `isEnabledGenerateAssemblyAttributes` to `false` in the config file for generating C# code.
22
// <auto-generated>
3-
// This code was generated by the following tool on 2025-05-01 14:03:52 GMT+09:00:
3+
// This code was generated by the following tool on 2025-05-01 05:05:56 GMT+00:00:
44
// https://github.com/bottlenoselabs/c2cs (v0.0.0.0)
55
//
66
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.

Assets/Dojo/Runtime/bindings/Runtime.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// To disable generating this file set `isEnabledGeneratingRuntimeCode` to `false` in the config file for generating C# code.
33

44
// <auto-generated>
5-
// This code was generated by the following tool on 2025-05-01 14:03:52 GMT+09:00:
5+
// This code was generated by the following tool on 2025-05-01 05:05:56 GMT+00:00:
66
// https://github.com/bottlenoselabs/c2cs (v0.0.0.0)
77
//
88
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.

Assets/Dojo/Runtime/bindings/dojo.gen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// <auto-generated>
3-
// This code was generated by the following tool on 2025-05-01 14:03:52 GMT+09:00:
3+
// This code was generated by the following tool on 2025-05-01 05:05:56 GMT+00:00:
44
// https://github.com/bottlenoselabs/c2cs (v0.0.0.0)
55
//
66
// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.

0 commit comments

Comments
 (0)