-
Notifications
You must be signed in to change notification settings - Fork 51
Conversation
Your Render PR Server URL is https://d3n-scan-pr-1892.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-brecqkgl1r1frc2hje7g. |
Your Render PR Server at https://d3n-scan-pr-1892.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brecqkgl1r1frc2hje7g. |
} | ||
|
||
// AskExternalData implements Owasm ExecEnv interface. | ||
func (env *PrepareEnv) AskExternalData(eid int64, did int64, data []byte) { | ||
if int64(len(data)) > MaxRawRequestDataSize { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In that case, should we panic here?
Your Render PR Server at https://d3n-scan-pr-1892.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brecqkgl1r1frc2hje7g. |
7bb44bf
to
0224bbb
Compare
Your Render PR Server at https://d3n-scan-pr-1892.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brecqkgl1r1frc2hje7g. |
Your Render PR Server at https://d3n-scan-pr-1892.onrender.com is now live! View it on your dashboard at https://dashboard.render.com/static/srv-brecqkgl1r1frc2hje7g. |
@@ -18,6 +18,10 @@ impl Span { | |||
} | |||
} | |||
|
|||
pub fn create_writable(ptr: *mut u8, cap: usize) -> Span { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add unit tests?
fixed #1954