Skip to content

Commit ad6c56b

Browse files
authored
move to wagyu 37 (#11143)
1 parent c5a42b2 commit ad6c56b

File tree

9 files changed

+5
-5
lines changed

9 files changed

+5
-5
lines changed

build_tools/waf_dynamo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ def _parse_source(source_path):
270270
if not comment_language:
271271
print("Missing @language in %s, assuming C++" % (resource_path))
272272
comment_str = comment_str + "* @language C++\n"
273-
273+
274274
if namespace:
275275
default_namespace = namespace
276-
276+
277277
if not namespace:
278278
namespace = default_namespace
279279
comment["namespace"] = default_namespace
@@ -622,7 +622,7 @@ def default_flags(self):
622622
if Options.options.with_webgpu and platform_supports_feature(build_util.get_target_platform(), 'webgpu', {}):
623623
if 'wagyu' in Options.options.enable_features:
624624
# When building the executable locally, targeting wagyu, we need to link with the stubs
625-
wagyu_port = '%s/ext/wagyu-port/new/wagyu-port.py:extensions=true' % (os.environ['DYNAMO_HOME'])
625+
wagyu_port = '%s/ext/wagyu-port/new/webgpu-port.py:wagyu=true' % (os.environ['DYNAMO_HOME'])
626626
linkflags += ['--use-port=%s' % wagyu_port]
627627
else:
628628
emflags_link += ['USE_WEBGPU', 'GL_WORKAROUND_SAFARI_GETCONTEXT_BUG=0']

engine/graphics/src/wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def build(bld):
9494
source = bld.path.ant_glob(['*.cpp', 'webgpu/*.cpp']) + proto_cpp_source,
9595
target = 'graphics_webgpu_wagyu')
9696

97-
wagyu_port = '%s/ext/wagyu-port/new/wagyu-port.py:extensions=true' % (os.environ['DYNAMO_HOME'])
97+
wagyu_port = '%s/ext/wagyu-port/new/webgpu-port.py:wagyu=true' % (os.environ['DYNAMO_HOME'])
9898
obj.env.append_value('CXXFLAGS', ['--use-port=%s' % wagyu_port])
9999

100100
bld.add_group()

packages/wagyu-33-js-web.tar.gz

-199 KB
Binary file not shown.

packages/wagyu-33-wasm-web.tar.gz

-199 KB
Binary file not shown.
-199 KB
Binary file not shown.

packages/wagyu-37-js-web.tar.gz

115 KB
Binary file not shown.

packages/wagyu-37-wasm-web.tar.gz

115 KB
Binary file not shown.
115 KB
Binary file not shown.

scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def get_target_platforms():
278278
"protobuf-3.20.1",
279279
"bullet-2.77",
280280
"glfw-2.7.1",
281-
"wagyu-33",
281+
"wagyu-37",
282282
"box2d-3.1.0",
283283
"box2d_defold-2.2.1",
284284
"opus-1.5.2"]

0 commit comments

Comments
 (0)