Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Rollback JSON Serialization in AS #938

Merged
merged 4 commits into from
Jun 22, 2022

Conversation

cbrzn
Copy link
Contributor

@cbrzn cbrzn commented Jun 21, 2022

This PR aims to remove the additions in PR #846

Copy link
Contributor

@krisbitney krisbitney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@@ -3,10 +3,26 @@ pub use wrap::*;
use polywrap_wasm_rs::JSON;
use serde_json::*;

pub fn from_json(input: InputFromJson) -> Pair {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I propose keeping the from_json and to_json tests for the Rust JSON implementation. They should still work even if we've removed the analogous capability from the AS code.

@dOrgJelli dOrgJelli merged commit 08144df into prealpha-dev Jun 22, 2022
@dOrgJelli dOrgJelli deleted the chore/rollback-serial-as-json branch April 10, 2023 16:54
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.

3 participants