Skip to content

Conversation

@oboard
Copy link
Owner

@oboard oboard commented Sep 7, 2025

  • Add native target support with new dependencies and configuration
  • Rename method_ to http_method for consistency
  • Update documentation and improve code readability
  • Add native server implementation with mongoose backend

This commit introduces a comprehensive set of utilities for JavaScript FFI integration including:
- Value type and casting utilities
- Promise and async handling
- Nullable/Optional type wrappers
- Union types for JavaScript value interoperability
- Object manipulation utilities
- Error handling mechanisms
- Symbol support
- JSON serialization/deserialization
- Test cases for all functionality
Remove debug logger initialization and consistently use Text/Json/HTML wrappers for responses to improve type safety and consistency
- Remove content_wrapper.mbt and move to HttpBody enum
- Simplify serve implementation by moving logic to serve_ffi
- Update route handlers to use HttpBody instead of Json
- Clean up unused JS FFI functions and types
- Add native target support with new dependencies and configuration
- Rename `method_` to `http_method` for consistency
- Update documentation and improve code readability
- Add native server implementation with mongoose backend
@oboard oboard merged commit ff276ce into main Sep 7, 2025
3 of 4 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