Skip to content

Use NODERAWFS for wasm builds#21

Merged
NovaRain merged 3 commits intosfall-team:masterfrom
roginvs:use_noderawfs
Jun 18, 2025
Merged

Use NODERAWFS for wasm builds#21
NovaRain merged 3 commits intosfall-team:masterfrom
roginvs:use_noderawfs

Conversation

@roginvs
Copy link
Copy Markdown
Contributor

@roginvs roginvs commented Jun 15, 2025

This PR changes build mode from NODEFS into NODERAWFS. It allows to mount host filesystem into guest root.

Previously we mounted host into /host folder. Everything works expect absolute symlinks - they were pointing to the path inside host filesystem, i.e. without /host prefix. This caused compilation to fail if absolute symlinks were used.

NODERAWFS still causes problems if the Module runs multiple times from the same process. To avoid this a VSCode extension spawns a separate process each time, similar to calling compile.exe directly.

@NovaRain NovaRain merged commit a49223d into sfall-team:master Jun 18, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants