Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Wasmer bump to 1.0.0-beta1#189

Merged
YaronWittenstein merged 74 commits into
masterfrom
wasmer-1.0.0-beta1
Dec 6, 2020
Merged

Wasmer bump to 1.0.0-beta1#189
YaronWittenstein merged 74 commits into
masterfrom
wasmer-1.0.0-beta1

Conversation

@YaronWittenstein

Copy link
Copy Markdown
Contributor

Motivation

Making SVM work against Wasmer 1.0.0-beta1 version.

* WIP: Wasmer FFI export
…y `svm.h` (at the `svm-runtime-c-api` crate).
Comment thread crates/svm-runtime/src/import.rs Outdated
let mut results = svm_ffi::alloc_wasm_values(returns_types.len());
let err: *mut svm_byte_array = func(*env, &args, &mut results);

let env = env.func_env as *mut svm_env_t;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is this casting necessary?

@YaronWittenstein YaronWittenstein merged commit 88de24f into master Dec 6, 2020
@YaronWittenstein YaronWittenstein deleted the wasmer-1.0.0-beta1 branch December 6, 2020 15:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants