Skip to content

Commit 99d58c3

Browse files
committed
okieeeeee
1 parent 63b2ef6 commit 99d58c3

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
4-
<MotelyVersion>4.3.8</MotelyVersion>
4+
<MotelyVersion>4.3.11</MotelyVersion>
55
</PropertyGroup>
66
<ItemGroup>
77
<PackageVersion Include="Bootsharp" Version="0.7.0" />

Motely.BrowserWasm/Motely.BrowserWasm.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<BootsharpAggressiveTrimming>true</BootsharpAggressiveTrimming>
1414
<!-- NativeAOT-LLVM (per bootsharp.com/guide/llvm) -->
1515
<BootsharpLLVM>true</BootsharpLLVM>
16+
<BootsharpOptimize>speed</BootsharpOptimize>
1617
<DotNetJsApi>true</DotNetJsApi>
1718
<UsingBrowserRuntimeWorkload>false</UsingBrowserRuntimeWorkload>
1819
<PublishTrimmed>true</PublishTrimmed>

Motely.Node/Motely.Node.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PublishAot>true</PublishAot>
1111
<PublishTrimmed>true</PublishTrimmed>
1212
<PublishNodeModule>true</PublishNodeModule>
13-
<NpmPackDirectory>..\..\motely-node</NpmPackDirectory>
13+
<NpmPackDirectory>..\..\Motely.npm-staging\motely-node</NpmPackDirectory>
1414
<GenerateNodeApiTypeDefinitionsForReferences>false</GenerateNodeApiTypeDefinitionsForReferences>
1515
</PropertyGroup>
1616
<ItemGroup>

Motely.npm-staging/motely-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motely-wasm",
3-
"version": "4.3.8",
3+
"version": "4.3.11",
44
"description": "Motely WebAssembly (Bootsharp) for browser.",
55
"type": "module",
66
"main": "dist/index.mjs",

Motely/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "motely",
3-
"version": "4.3.8",
3+
"version": "4.3.11",
44
"description": "MotelyJAML — Balatro seed search, analysis, and JAML filtering. Native Node.js module + Browser WASM.",
55
"type": "module",
66
"exports": {

build-and-pack.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Write-Host " motely-node packed" -ForegroundColor Green
3737

3838
# Phase 2: Browser WASM
3939
Write-Host "`n=== Browser WASM (Bootsharp NativeAOT-LLVM) ===" -ForegroundColor Cyan
40+
$env:PATH = "X:\binaryen-version_128\bin;" + $env:PATH
4041
dotnet publish Motely.BrowserWasm/Motely.BrowserWasm.csproj -c Release
4142
if ($LASTEXITCODE -ne 0) { throw "WASM build failed" }
4243

0 commit comments

Comments
 (0)