Browse Source

Add cura_wasm.jinja profile

The new cura_wasm.jinja configuration profile has been added. This profile includes settings and options specific to Emscripten and WebAssembly (wasm), along with certain build, tool, and requirement configurations like skipping tests and disabling plugins.

This profile was already tested during the work on NP-5 and is merged on the dev branch

Contribute to NP202
pull/13/head
Jelle Spijker 2 years ago
parent
commit
cd76836765
No known key found for this signature in database
GPG Key ID: E9129B3096F4E72
  1. 15
      profiles/cura_wasm.jinja

15
profiles/cura_wasm.jinja

@ -0,0 +1,15 @@
include(cura.jinja)
[tool_requires]
emsdk/3.1.50
[settings]
os=Emscripten
arch=wasm
[conf]
tools.build:skip_test=True
[options]
curaengine:enable_plugins=False
curaengine:enable_arcus=False
Loading…
Cancel
Save