Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

add wasm32-unknown-unknown support to runtime-native #22

Merged
merged 7 commits into from
May 8, 2019

Conversation

yoshuawuyts
Copy link
Collaborator

@yoshuawuyts yoshuawuyts commented May 6, 2019

Description

Adds wasm32-unknown-unknown platform support to the native runtime.

Motivation and Context

This is a step towards #7. Instead of building a separate crate this adds support for more platforms to the native runtime, which seems like a natural fit.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

cc/ @rylev

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
runtime-native/src/lib.rs Outdated Show resolved Hide resolved
runtime-native/src/wasm32.rs Outdated Show resolved Hide resolved
@yoshuawuyts yoshuawuyts changed the title add wasm32-unknown-uknown support to runtime-native add wasm32-unknown-unknown support to runtime-native May 6, 2019
fitzgen and others added 2 commits May 7, 2019 09:58
Co-Authored-By: yoshuawuyts <yoshuawuyts+github@gmail.com>
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
@yoshuawuyts yoshuawuyts merged commit 95414d6 into master May 8, 2019
@delete-merged-branch delete-merged-branch bot deleted the wasm32-unknown-unknown branch May 8, 2019 10: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.

3 participants