Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sanity
Copy link
Contributor

@sanity sanity commented Oct 20, 2025

Summary

Updates freenet-stdlib dependency from v0.1.22 to v0.1.23.

Changes

freenet-stdlib v0.1.23 includes:

  • Windows linking fix for WASM import symbols (Windows test_contract compile link errors #39)
  • Platform guards for __frnt__logger__info, __frnt__rand__rand_bytes, and __frnt__time__utc_now
  • Allows contracts to compile on Windows without linker errors

Testing

✅ room-contract builds successfully
✅ web-container-contract builds successfully
✅ chat-delegate builds successfully

Notes

This dependency bump is ready to merge but will go out in the next River release. No breaking changes or behavior changes - only fixes Windows compilation.

Closes #39

[AI-assisted debugging and comment]

Updates freenet-stdlib dependency to v0.1.23, which includes:
- Windows linking fix for WASM import symbols
- Platform guards for __frnt__logger__info, __frnt__rand__rand_bytes, and __frnt__time__utc_now

Fixes #39

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
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.

Windows test_contract compile link errors

2 participants